Shades of Jungle Green #34AD85
Tints of Jungle Green #34AD85
RGB
CMYK
RGB Variations
Color information
#34AD85 (or 0x34AD85) is known color: 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
| RGB | 52 | 173 | 133 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.32 |
| HSL | 160.17º | 0.54% | 0.44% | - |
| HSV(B) | 160.17º | 0.7% | 0.68% | - |
| XYZ | 20.59 | 32.31 | 27.34 | - |
| YUV | 132.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 133 | 0.70 | 0 | 0.23 | 0.32 | 160.17 | 0.54 | 0.44 |
| Hex | 34 | AD | 85 | 46 | 0 | 17 | 20 | A0 | 36 | 2C |
| Octal | 64 | 255 | 205 | 106 | 0 | 27 | 40 | 240 | 66 | 54 |
| Binary | 110100 | 10101101 | 10000101 | 1000110 | 0 | 10111 | 100000 | 10100000 | 110110 | 101100 |
Color Harmonies of #34AD85
Complementary color
Monochromatic Colors of #34AD85
Black with #34AD85
Text Example
Text Example
White with #34AD85
Text Example
Text Example
HTML Codes & Css Web 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>