Shades of Jungle Green #34AB7E
Tints of Jungle Green #34AB7E
RGB
CMYK
RGB Variations
Color information
#34AB7E (or 0x34AB7E) is known color: Jungle Green. HEX triplet: 34, AB and 7E. RGB value is (52,171,126). Sum of RGB (Red+Green+Blue) = 52+171+126=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #34AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AB7E is #CB5481. Grayscale: #828282. Windows color (decimal): -13325442 or 8301364. OLE color: 8301364.
HSL color Cylindrical-coordinate representation of color #34AB7E: hue angle of 157.31º 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 #34AB7E is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 171 | 126 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.33 |
| HSL | 157.31º | 0.53% | 0.44% | - |
| HSV(B) | 157.31º | 0.7% | 0.67% | - |
| XYZ | 19.74 | 31.36 | 24.75 | - |
| YUV | 130.29 | 125.58 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 171 | 126 | 0.70 | 0 | 0.26 | 0.33 | 157.31 | 0.53 | 0.44 |
| Hex | 34 | AB | 7E | 46 | 0 | 1A | 21 | 9D | 35 | 2C |
| Octal | 64 | 253 | 176 | 106 | 0 | 32 | 41 | 235 | 65 | 54 |
| Binary | 110100 | 10101011 | 1111110 | 1000110 | 0 | 11010 | 100001 | 10011101 | 110101 | 101100 |
Color Harmonies of #34AB7E
Complementary color
Monochromatic Colors of #34AB7E
Black with #34AB7E
Text Example
Text Example
White with #34AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AB7E; }
p { color: rgb(52,171,126); }
H1.HeaderClassName
{
color: #34AB7E;
}
.AnyTagClassName
{
color: #34AB7E;
}
</style>
background-color css
<style>
a { background-color: #34AB7E; }
a { background-color: rgb(52,171,126); }
div.DivClassName
{
background-color: #34AB7E;
}
.BgClassName
{
background-color: #34AB7E;
}
</style>
border-color css
<style>
span { border-color: #34AB7E; }
span { border-color: rgb(52,171,126); }
td.TdClassName
{
border-color: #34AB7E;
}
.TagClassName
{
border-color: #34AB7E;
}
</style>