Shades of Jungle Green #34B185
Tints of Jungle Green #34B185
RGB
CMYK
RGB Variations
Color information
#34B185 (or 0x34B185) is known color: Jungle Green. HEX triplet: 34, B1 and 85. RGB value is (52,177,133). Sum of RGB (Red+Green+Blue) = 52+177+133=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #34B185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B185 is #CB4E7A. Grayscale: #868686. Windows color (decimal): -13323899 or 8761652. OLE color: 8761652.
HSL color Cylindrical-coordinate representation of color #34B185: hue angle of 158.88º 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 #34B185 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 177 | 133 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.31 |
| HSL | 158.88º | 0.55% | 0.45% | - |
| HSV(B) | 158.88º | 0.71% | 0.69% | - |
| XYZ | 21.37 | 33.87 | 27.6 | - |
| YUV | 134.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 133 | 0.71 | 0 | 0.25 | 0.31 | 158.88 | 0.55 | 0.45 |
| Hex | 34 | B1 | 85 | 47 | 0 | 19 | 1F | 9F | 37 | 2D |
| Octal | 64 | 261 | 205 | 107 | 0 | 31 | 37 | 237 | 67 | 55 |
| Binary | 110100 | 10110001 | 10000101 | 1000111 | 0 | 11001 | 11111 | 10011111 | 110111 | 101101 |
Color Harmonies of #34B185
Complementary color
Monochromatic Colors of #34B185
Black with #34B185
Text Example
Text Example
White with #34B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B185; }
p { color: rgb(52,177,133); }
H1.HeaderClassName
{
color: #34B185;
}
.AnyTagClassName
{
color: #34B185;
}
</style>
background-color css
<style>
a { background-color: #34B185; }
a { background-color: rgb(52,177,133); }
div.DivClassName
{
background-color: #34B185;
}
.BgClassName
{
background-color: #34B185;
}
</style>
border-color css
<style>
span { border-color: #34B185; }
span { border-color: rgb(52,177,133); }
td.TdClassName
{
border-color: #34B185;
}
.TagClassName
{
border-color: #34B185;
}
</style>