Shades of Jungle Green #35B68A
Tints of Jungle Green #35B68A
RGB
CMYK
RGB Variations
Color information
#35B68A (or 0x35B68A) is known color: Jungle Green. HEX triplet: 35, B6 and 8A. RGB value is (53,182,138). Sum of RGB (Red+Green+Blue) = 53+182+138=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #35B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35B68A is #CA4975. Grayscale: #8A8A8A. Windows color (decimal): -13257078 or 9090613. OLE color: 9090613.
HSL color Cylindrical-coordinate representation of color #35B68A: hue angle of 159.53º 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 #35B68A is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 182 | 138 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.29 |
| HSL | 159.53º | 0.55% | 0.46% | - |
| HSV(B) | 159.53º | 0.71% | 0.71% | - |
| XYZ | 22.78 | 36.05 | 29.8 | - |
| YUV | 138.41 | 127.76 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 182 | 138 | 0.71 | 0 | 0.24 | 0.29 | 159.53 | 0.55 | 0.46 |
| Hex | 35 | B6 | 8A | 47 | 0 | 18 | 1D | A0 | 37 | 2E |
| Octal | 65 | 266 | 212 | 107 | 0 | 30 | 35 | 240 | 67 | 56 |
| Binary | 110101 | 10110110 | 10001010 | 1000111 | 0 | 11000 | 11101 | 10100000 | 110111 | 101110 |
Color Harmonies of #35B68A
Complementary color
Monochromatic Colors of #35B68A
Black with #35B68A
Text Example
Text Example
White with #35B68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B68A; }
p { color: rgb(53,182,138); }
H1.HeaderClassName
{
color: #35B68A;
}
.AnyTagClassName
{
color: #35B68A;
}
</style>
background-color css
<style>
a { background-color: #35B68A; }
a { background-color: rgb(53,182,138); }
div.DivClassName
{
background-color: #35B68A;
}
.BgClassName
{
background-color: #35B68A;
}
</style>
border-color css
<style>
span { border-color: #35B68A; }
span { border-color: rgb(53,182,138); }
td.TdClassName
{
border-color: #35B68A;
}
.TagClassName
{
border-color: #35B68A;
}
</style>