Shades of Jungle Green #35B58A
Tints of Jungle Green #35B58A
RGB
CMYK
RGB Variations
Color information
#35B58A (or 0x35B58A) is known color: Jungle Green. HEX triplet: 35, B5 and 8A. RGB value is (53,181,138). Sum of RGB (Red+Green+Blue) = 53+181+138=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #35B58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B58A is #CA4A75. Grayscale: #898989. Windows color (decimal): -13257334 or 9090357. OLE color: 9090357.
HSL color Cylindrical-coordinate representation of color #35B58A: hue angle of 159.84º 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 #35B58A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 181 | 138 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.29 |
| HSL | 159.84º | 0.55% | 0.46% | - |
| HSV(B) | 159.84º | 0.71% | 0.71% | - |
| XYZ | 22.58 | 35.64 | 29.73 | - |
| YUV | 137.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 181 | 138 | 0.71 | 0 | 0.24 | 0.29 | 159.84 | 0.55 | 0.46 |
| Hex | 35 | B5 | 8A | 47 | 0 | 18 | 1D | A0 | 37 | 2E |
| Octal | 65 | 265 | 212 | 107 | 0 | 30 | 35 | 240 | 67 | 56 |
| Binary | 110101 | 10110101 | 10001010 | 1000111 | 0 | 11000 | 11101 | 10100000 | 110111 | 101110 |
Color Harmonies of #35B58A
Complementary color
Monochromatic Colors of #35B58A
Black with #35B58A
Text Example
Text Example
White with #35B58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B58A; }
p { color: rgb(53,181,138); }
H1.HeaderClassName
{
color: #35B58A;
}
.AnyTagClassName
{
color: #35B58A;
}
</style>
background-color css
<style>
a { background-color: #35B58A; }
a { background-color: rgb(53,181,138); }
div.DivClassName
{
background-color: #35B58A;
}
.BgClassName
{
background-color: #35B58A;
}
</style>
border-color css
<style>
span { border-color: #35B58A; }
span { border-color: rgb(53,181,138); }
td.TdClassName
{
border-color: #35B58A;
}
.TagClassName
{
border-color: #35B58A;
}
</style>