Shades of Jungle Green #35B886
Tints of Jungle Green #35B886
RGB
CMYK
RGB Variations
Color information
#35B886 (or 0x35B886) is known color: Jungle Green. HEX triplet: 35, B8 and 86. RGB value is (53,184,134). Sum of RGB (Red+Green+Blue) = 53+184+134=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #35B886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B886 is #CA4779. Grayscale: #8B8B8B. Windows color (decimal): -13256570 or 8828981. OLE color: 8828981.
HSL color Cylindrical-coordinate representation of color #35B886: hue angle of 157.1º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B886 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 184 | 134 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.28 |
| HSL | 157.1º | 0.55% | 0.46% | - |
| HSV(B) | 157.1º | 0.71% | 0.72% | - |
| XYZ | 22.91 | 36.76 | 28.44 | - |
| YUV | 139.13 | 125.1 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 184 | 134 | 0.71 | 0 | 0.27 | 0.28 | 157.1 | 0.55 | 0.46 |
| Hex | 35 | B8 | 86 | 47 | 0 | 1B | 1C | 9D | 37 | 2E |
| Octal | 65 | 270 | 206 | 107 | 0 | 33 | 34 | 235 | 67 | 56 |
| Binary | 110101 | 10111000 | 10000110 | 1000111 | 0 | 11011 | 11100 | 10011101 | 110111 | 101110 |
Color Harmonies of #35B886
Complementary color
Monochromatic Colors of #35B886
Black with #35B886
Text Example
Text Example
White with #35B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B886; }
p { color: rgb(53,184,134); }
H1.HeaderClassName
{
color: #35B886;
}
.AnyTagClassName
{
color: #35B886;
}
</style>
background-color css
<style>
a { background-color: #35B886; }
a { background-color: rgb(53,184,134); }
div.DivClassName
{
background-color: #35B886;
}
.BgClassName
{
background-color: #35B886;
}
</style>
border-color css
<style>
span { border-color: #35B886; }
span { border-color: rgb(53,184,134); }
td.TdClassName
{
border-color: #35B886;
}
.TagClassName
{
border-color: #35B886;
}
</style>