#34AF82

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

Shades of Jungle Green #34AF82

Tints of Jungle Green #34AF82

Color information

#34AF82 (or 0x34AF82) is unknown color: approx Jungle Green. HEX triplet: 34, AF and 82. RGB value is (52,175,130). Sum of RGB (Red+Green+Blue) = 52+175+130=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF82 is #CB507D. Grayscale: #858585. Windows color (decimal): -13324414 or 8564532. OLE color: 8564532.

HSL color Cylindrical-coordinate representation of color #34AF82: hue angle of 158.05º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF82 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB52175130-
CMYK0.7000.260.31
HSL158.05º54.19%44.51%-
HSV(B)158.05º70.29%68.63%-
XYZ20.783326.39-
YUV133.09126.2570.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.57%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=14.57%
G=49.02%
B=36.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521751300.7000.260.31158.0554.1944.51
Hex34AF824601A1F9e362d
Octal64257202106032372366655
Binary110100101011111000001010001100110101111110011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,175,130); }

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

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

 a { background-color: rgb(52,175,130); }

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

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

 span { border-color: rgb(52,175,130); }

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