Shades of Jungle Green #35B984
Tints of Jungle Green #35B984
RGB
CMYK
RGB Variations
Color information
#35B984 (or 0x35B984) is known color: Jungle Green. HEX triplet: 35, B9 and 84. RGB value is (53,185,132). Sum of RGB (Red+Green+Blue) = 53+185+132=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #35B984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B984 is #CA467B. Grayscale: #8B8B8B. Windows color (decimal): -13256316 or 8698165. OLE color: 8698165.
HSL color Cylindrical-coordinate representation of color #35B984: hue angle of 155.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B984 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 185 | 132 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.27 |
| HSL | 155.91º | 0.55% | 0.47% | - |
| HSV(B) | 155.91º | 0.71% | 0.73% | - |
| XYZ | 22.98 | 37.12 | 27.78 | - |
| YUV | 139.49 | 123.77 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 132 | 0.71 | 0 | 0.29 | 0.27 | 155.91 | 0.55 | 0.47 |
| Hex | 35 | B9 | 84 | 47 | 0 | 1D | 1B | 9C | 37 | 2F |
| Octal | 65 | 271 | 204 | 107 | 0 | 35 | 33 | 234 | 67 | 57 |
| Binary | 110101 | 10111001 | 10000100 | 1000111 | 0 | 11101 | 11011 | 10011100 | 110111 | 101111 |
Color Harmonies of #35B984
Complementary color
Monochromatic Colors of #35B984
Black with #35B984
Text Example
Text Example
White with #35B984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B984; }
p { color: rgb(53,185,132); }
H1.HeaderClassName
{
color: #35B984;
}
.AnyTagClassName
{
color: #35B984;
}
</style>
background-color css
<style>
a { background-color: #35B984; }
a { background-color: rgb(53,185,132); }
div.DivClassName
{
background-color: #35B984;
}
.BgClassName
{
background-color: #35B984;
}
</style>
border-color css
<style>
span { border-color: #35B984; }
span { border-color: rgb(53,185,132); }
td.TdClassName
{
border-color: #35B984;
}
.TagClassName
{
border-color: #35B984;
}
</style>