Shades of Jungle Green #35B58E
Tints of Jungle Green #35B58E
RGB
CMYK
RGB Variations
Color information
#35B58E (or 0x35B58E) is known color: Jungle Green. HEX triplet: 35, B5 and 8E. RGB value is (53,181,142). Sum of RGB (Red+Green+Blue) = 53+181+142=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #35B58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B58E is #CA4A71. Grayscale: #8A8A8A. Windows color (decimal): -13257330 or 9352501. OLE color: 9352501.
HSL color Cylindrical-coordinate representation of color #35B58E: hue angle of 161.72º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B58E is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 142 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.29 |
| HSL | 161.72º | 0.55% | 0.46% | - |
| HSV(B) | 161.72º | 0.71% | 0.71% | - |
| XYZ | 22.87 | 35.76 | 31.29 | - |
| YUV | 138.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 142 | 0.71 | 0 | 0.22 | 0.29 | 161.72 | 0.55 | 0.46 |
| Hex | 35 | B5 | 8E | 47 | 0 | 16 | 1D | A2 | 37 | 2E |
| Octal | 65 | 265 | 216 | 107 | 0 | 26 | 35 | 242 | 67 | 56 |
| Binary | 110101 | 10110101 | 10001110 | 1000111 | 0 | 10110 | 11101 | 10100010 | 110111 | 101110 |
Color Harmonies of #35B58E
Complementary color
Monochromatic Colors of #35B58E
Black with #35B58E
Text Example
Text Example
White with #35B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B58E; }
p { color: rgb(53,181,142); }
H1.HeaderClassName
{
color: #35B58E;
}
.AnyTagClassName
{
color: #35B58E;
}
</style>
background-color css
<style>
a { background-color: #35B58E; }
a { background-color: rgb(53,181,142); }
div.DivClassName
{
background-color: #35B58E;
}
.BgClassName
{
background-color: #35B58E;
}
</style>
border-color css
<style>
span { border-color: #35B58E; }
span { border-color: rgb(53,181,142); }
td.TdClassName
{
border-color: #35B58E;
}
.TagClassName
{
border-color: #35B58E;
}
</style>