Shades of Jungle Green #35BA8C
Tints of Jungle Green #35BA8C
RGB
CMYK
RGB Variations
Color information
#35BA8C (or 0x35BA8C) is known color: Jungle Green. HEX triplet: 35, BA and 8C. RGB value is (53,186,140). Sum of RGB (Red+Green+Blue) = 53+186+140=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #35BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BA8C is #CA4573. Grayscale: #8D8D8D. Windows color (decimal): -13256052 or 9222709. OLE color: 9222709.
HSL color Cylindrical-coordinate representation of color #35BA8C: hue angle of 159.25º 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 #35BA8C is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 186 | 140 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.27 |
| HSL | 159.25º | 0.56% | 0.47% | - |
| HSV(B) | 159.25º | 0.72% | 0.73% | - |
| XYZ | 23.76 | 37.77 | 30.85 | - |
| YUV | 140.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 186 | 140 | 0.72 | 0 | 0.25 | 0.27 | 159.25 | 0.56 | 0.47 |
| Hex | 35 | BA | 8C | 48 | 0 | 19 | 1B | 9F | 38 | 2F |
| Octal | 65 | 272 | 214 | 110 | 0 | 31 | 33 | 237 | 70 | 57 |
| Binary | 110101 | 10111010 | 10001100 | 1001000 | 0 | 11001 | 11011 | 10011111 | 111000 | 101111 |
Color Harmonies of #35BA8C
Complementary color
Monochromatic Colors of #35BA8C
Black with #35BA8C
Text Example
Text Example
White with #35BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BA8C; }
p { color: rgb(53,186,140); }
H1.HeaderClassName
{
color: #35BA8C;
}
.AnyTagClassName
{
color: #35BA8C;
}
</style>
background-color css
<style>
a { background-color: #35BA8C; }
a { background-color: rgb(53,186,140); }
div.DivClassName
{
background-color: #35BA8C;
}
.BgClassName
{
background-color: #35BA8C;
}
</style>
border-color css
<style>
span { border-color: #35BA8C; }
span { border-color: rgb(53,186,140); }
td.TdClassName
{
border-color: #35BA8C;
}
.TagClassName
{
border-color: #35BA8C;
}
</style>