#34AC84

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

Shades of Jungle Green #34AC84

Tints of Jungle Green #34AC84

Color information

#34AC84 (or 0x34AC84) is unknown color: approx Jungle Green. HEX triplet: 34, AC and 84. RGB value is (52,172,132). Sum of RGB (Red+Green+Blue) = 52+172+132=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #34AC84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AC84 is #CB537B. Grayscale: #838383. Windows color (decimal): -13325180 or 8694836. OLE color: 8694836.

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

Color convert

RGB52172132-
CMYK0.7000.230.33
HSL160º53.57%43.92%-
HSV(B)160º69.77%67.45%-
XYZ20.3331.926.92-
YUV131.56128.2471.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=14.61%
G=48.31%
B=37.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521721320.7000.230.3316053.5743.92
Hex34AC844601721a0362c
Octal64254204106027412406654
Binary1101001010110010000100100011001011110000110100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,132); }

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

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

 a { background-color: rgb(52,172,132); }

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

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

 span { border-color: rgb(52,172,132); }

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