Shades of Jungle Green #34B189
Tints of Jungle Green #34B189
RGB
CMYK
RGB Variations
Color information
#34B189 (or 0x34B189) is known color: Jungle Green. HEX triplet: 34, B1 and 89. RGB value is (52,177,137). Sum of RGB (Red+Green+Blue) = 52+177+137=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #34B189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B189 is #CB4E76. Grayscale: #878787. Windows color (decimal): -13323895 or 9023796. OLE color: 9023796.
HSL color Cylindrical-coordinate representation of color #34B189: hue angle of 160.8º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B189 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 137 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.31 |
| HSL | 160.8º | 0.55% | 0.45% | - |
| HSV(B) | 160.8º | 0.71% | 0.69% | - |
| XYZ | 21.65 | 33.98 | 29.08 | - |
| YUV | 135.07 | 129.09 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 137 | 0.71 | 0 | 0.23 | 0.31 | 160.8 | 0.55 | 0.45 |
| Hex | 34 | B1 | 89 | 47 | 0 | 17 | 1F | A1 | 37 | 2D |
| Octal | 64 | 261 | 211 | 107 | 0 | 27 | 37 | 241 | 67 | 55 |
| Binary | 110100 | 10110001 | 10001001 | 1000111 | 0 | 10111 | 11111 | 10100001 | 110111 | 101101 |
Color Harmonies of #34B189
Complementary color
Monochromatic Colors of #34B189
Black with #34B189
Text Example
Text Example
White with #34B189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B189; }
p { color: rgb(52,177,137); }
H1.HeaderClassName
{
color: #34B189;
}
.AnyTagClassName
{
color: #34B189;
}
</style>
background-color css
<style>
a { background-color: #34B189; }
a { background-color: rgb(52,177,137); }
div.DivClassName
{
background-color: #34B189;
}
.BgClassName
{
background-color: #34B189;
}
</style>
border-color css
<style>
span { border-color: #34B189; }
span { border-color: rgb(52,177,137); }
td.TdClassName
{
border-color: #34B189;
}
.TagClassName
{
border-color: #34B189;
}
</style>