#34AD85

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

Shades of Jungle Green #34AD85

Tints of Jungle Green #34AD85

Color information

#34AD85 (or 0x34AD85) is unknown color: approx Jungle Green. HEX triplet: 34, AD and 85. RGB value is (52,173,133). Sum of RGB (Red+Green+Blue) = 52+173+133=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AD85 is #CB527A. Grayscale: #848484. Windows color (decimal): -13324923 or 8760628. OLE color: 8760628.

HSL color Cylindrical-coordinate representation of color #34AD85: hue angle of 160.17º 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 #34AD85 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB52173133-
CMYK0.7000.230.32
HSL160.17º53.78%44.12%-
HSV(B)160.17º69.94%67.84%-
XYZ20.5932.3127.34-
YUV132.26128.4170.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=14.53%
G=48.32%
B=37.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521731330.7000.230.32160.1753.7844.12
Hex34AD854601720a0362c
Octal64255205106027402406654
Binary1101001010110110000101100011001011110000010100000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,173,133); }

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

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

 a { background-color: rgb(52,173,133); }

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

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

 span { border-color: rgb(52,173,133); }

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