Shades of Jungle Green #34AB7D
Tints of Jungle Green #34AB7D
RGB
CMYK
RGB Variations
Color information
#34AB7D (or 0x34AB7D) is known color: Jungle Green. HEX triplet: 34, AB and 7D. RGB value is (52,171,125). Sum of RGB (Red+Green+Blue) = 52+171+125=348 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.94% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB7D is #CB5482. Grayscale: #828282. Windows color (decimal): -13325443 or 8235828. OLE color: 8235828.
HSL color Cylindrical-coordinate representation of color #34AB7D: hue angle of 156.81º degrees, saturation: 0.53, 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 #34AB7D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 125 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.33 |
| HSL | 156.81º | 0.53% | 0.44% | - |
| HSV(B) | 156.81º | 0.7% | 0.67% | - |
| XYZ | 19.68 | 31.34 | 24.41 | - |
| YUV | 130.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 125 | 0.70 | 0 | 0.27 | 0.33 | 156.81 | 0.53 | 0.44 |
| Hex | 34 | AB | 7D | 46 | 0 | 1B | 21 | 9D | 35 | 2C |
| Octal | 64 | 253 | 175 | 106 | 0 | 33 | 41 | 235 | 65 | 54 |
| Binary | 110100 | 10101011 | 1111101 | 1000110 | 0 | 11011 | 100001 | 10011101 | 110101 | 101100 |
Color Harmonies of #34AB7D
Complementary color
Monochromatic Colors of #34AB7D
Black with #34AB7D
Text Example
Text Example
White with #34AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB7D; }
p { color: rgb(52,171,125); }
H1.HeaderClassName
{
color: #34AB7D;
}
.AnyTagClassName
{
color: #34AB7D;
}
</style>
background-color css
<style>
a { background-color: #34AB7D; }
a { background-color: rgb(52,171,125); }
div.DivClassName
{
background-color: #34AB7D;
}
.BgClassName
{
background-color: #34AB7D;
}
</style>
border-color css
<style>
span { border-color: #34AB7D; }
span { border-color: rgb(52,171,125); }
td.TdClassName
{
border-color: #34AB7D;
}
.TagClassName
{
border-color: #34AB7D;
}
</style>