#34AE7E

Color #34AE7E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #34AE7E

Tints of Jungle Green #34AE7E

Color information

#34AE7E (or 0x34AE7E) is unknown color: approx Jungle Green. HEX triplet: 34, AE and 7E. RGB value is (52,174,126). Sum of RGB (Red+Green+Blue) = 52+174+126=352 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.77% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #34AE7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AE7E is #CB5181. Grayscale: #848484. Windows color (decimal): -13324674 or 8302132. OLE color: 8302132.

HSL color Cylindrical-coordinate representation of color #34AE7E: hue angle of 156.39º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AE7E is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB52174126-
CMYK0.7000.280.32
HSL156.39º53.98%44.31%-
HSV(B)156.39º70.11%68.24%-
XYZ20.3232.5124.94-
YUV132.05124.5870.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 14.77%
GREEN value IS 174 (68.36% from 255) = 49.43%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=14.77%
G=49.43%
B=35.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521741260.7000.280.32156.3953.9844.31
Hex34AE7E4601C209c362c
Octal64256176106034402346654
Binary110100101011101111110100011001110010000010011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34AE7E; }

 p { color: rgb(52,174,126); }

 H1.HeaderClassName
 {
   color: #34AE7E;
 }
 .AnyTagClassName
 {
   color: #34AE7E;
 }
</style>
background-color css

<style>
 a { background-color: #34AE7E; }

 a { background-color: rgb(52,174,126); }

 div.DivClassName
 {
   background-color: #34AE7E;
 }
 .BgClassName
 {
   background-color: #34AE7E;
 }
</style>
border-color css

<style>
 span { border-color: #34AE7E; }

 span { border-color: rgb(52,174,126); }

 td.TdClassName
 {
   border-color: #34AE7E;
 }
 .TagClassName
 {
   border-color: #34AE7E;
 }
</style>