Shades of Jungle Green #34AA7B
Tints of Jungle Green #34AA7B
RGB
CMYK
RGB Variations
Color information
#34AA7B (or 0x34AA7B) is known color: Jungle Green. HEX triplet: 34, AA and 7B. RGB value is (52,170,123). Sum of RGB (Red+Green+Blue) = 52+170+123=345 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.07% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA7B is #CB5584. Grayscale: #818181. Windows color (decimal): -13325701 or 8104500. OLE color: 8104500.
HSL color Cylindrical-coordinate representation of color #34AA7B: hue angle of 156.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA7B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 123 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.33 |
| HSL | 156.1º | 0.53% | 0.44% | - |
| HSV(B) | 156.1º | 0.69% | 0.67% | - |
| XYZ | 19.37 | 30.91 | 23.68 | - |
| YUV | 129.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 123 | 0.69 | 0 | 0.28 | 0.33 | 156.1 | 0.53 | 0.44 |
| Hex | 34 | AA | 7B | 45 | 0 | 1C | 21 | 9C | 35 | 2C |
| Octal | 64 | 252 | 173 | 105 | 0 | 34 | 41 | 234 | 65 | 54 |
| Binary | 110100 | 10101010 | 1111011 | 1000101 | 0 | 11100 | 100001 | 10011100 | 110101 | 101100 |
Color Harmonies of #34AA7B
Complementary color
Monochromatic Colors of #34AA7B
Black with #34AA7B
Text Example
Text Example
White with #34AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AA7B; }
p { color: rgb(52,170,123); }
H1.HeaderClassName
{
color: #34AA7B;
}
.AnyTagClassName
{
color: #34AA7B;
}
</style>
background-color css
<style>
a { background-color: #34AA7B; }
a { background-color: rgb(52,170,123); }
div.DivClassName
{
background-color: #34AA7B;
}
.BgClassName
{
background-color: #34AA7B;
}
</style>
border-color css
<style>
span { border-color: #34AA7B; }
span { border-color: rgb(52,170,123); }
td.TdClassName
{
border-color: #34AA7B;
}
.TagClassName
{
border-color: #34AA7B;
}
</style>