Shades of Jungle Green #34BA83
Tints of Jungle Green #34BA83
RGB
CMYK
RGB Variations
Color information
#34BA83 (or 0x34BA83) is known color: Jungle Green. HEX triplet: 34, BA and 83. RGB value is (52,186,131). Sum of RGB (Red+Green+Blue) = 52+186+131=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 186 (73.05% from 255 or 50.41% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BA83 is #CB457C. Grayscale: #8B8B8B. Windows color (decimal): -13321597 or 8632884. OLE color: 8632884.
HSL color Cylindrical-coordinate representation of color #34BA83: hue angle of 155.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BA83 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 131 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.27 |
| HSL | 155.37º | 0.56% | 0.47% | - |
| HSV(B) | 155.37º | 0.72% | 0.73% | - |
| XYZ | 23.07 | 37.49 | 27.49 | - |
| YUV | 139.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 131 | 0.72 | 0 | 0.30 | 0.27 | 155.37 | 0.56 | 0.47 |
| Hex | 34 | BA | 83 | 48 | 0 | 1E | 1B | 9B | 38 | 2F |
| Octal | 64 | 272 | 203 | 110 | 0 | 36 | 33 | 233 | 70 | 57 |
| Binary | 110100 | 10111010 | 10000011 | 1001000 | 0 | 11110 | 11011 | 10011011 | 111000 | 101111 |
Color Harmonies of #34BA83
Complementary color
Monochromatic Colors of #34BA83
Black with #34BA83
Text Example
Text Example
White with #34BA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA83; }
p { color: rgb(52,186,131); }
H1.HeaderClassName
{
color: #34BA83;
}
.AnyTagClassName
{
color: #34BA83;
}
</style>
background-color css
<style>
a { background-color: #34BA83; }
a { background-color: rgb(52,186,131); }
div.DivClassName
{
background-color: #34BA83;
}
.BgClassName
{
background-color: #34BA83;
}
</style>
border-color css
<style>
span { border-color: #34BA83; }
span { border-color: rgb(52,186,131); }
td.TdClassName
{
border-color: #34BA83;
}
.TagClassName
{
border-color: #34BA83;
}
</style>