#34AA7C

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

Shades of Jungle Green #34AA7C

Tints of Jungle Green #34AA7C

Color information

#34AA7C (or 0x34AA7C) is unknown color: approx Jungle Green. HEX triplet: 34, AA and 7C. RGB value is (52,170,124). Sum of RGB (Red+Green+Blue) = 52+170+124=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA7C is #CB5583. Grayscale: #818181. Windows color (decimal): -13325700 or 8170036. OLE color: 8170036.

HSL color Cylindrical-coordinate representation of color #34AA7C: hue angle of 156.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA7C is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB52170124-
CMYK0.6900.270.33
HSL156.61º53.15%43.53%-
HSV(B)156.61º69.41%66.67%-
XYZ19.4330.9324.02-
YUV129.47124.9172.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.03%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=15.03%
G=49.13%
B=35.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521701240.6900.270.33156.6153.1543.53
Hex34AA7C4501B219d352c
Octal64252174105033412356554
Binary110100101010101111100100010101101110000110011101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,170,124); }

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

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

 a { background-color: rgb(52,170,124); }

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

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

 span { border-color: rgb(52,170,124); }

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