Shades of Jungle Green #35AD8B
Tints of Jungle Green #35AD8B
RGB
CMYK
RGB Variations
Color information
#35AD8B (or 0x35AD8B) is known color: Jungle Green. HEX triplet: 35, AD and 8B. RGB value is (53,173,139). Sum of RGB (Red+Green+Blue) = 53+173+139=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AD8B is #CA5274. Grayscale: #858585. Windows color (decimal): -13259381 or 9153845. OLE color: 9153845.
HSL color Cylindrical-coordinate representation of color #35AD8B: hue angle of 163º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AD8B is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 173 | 139 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.32 |
| HSL | 163º | 0.53% | 0.44% | - |
| HSV(B) | 163º | 0.69% | 0.68% | - |
| XYZ | 21.07 | 32.51 | 29.59 | - |
| YUV | 133.24 | 131.24 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 139 | 0.69 | 0 | 0.20 | 0.32 | 163 | 0.53 | 0.44 |
| Hex | 35 | AD | 8B | 45 | 0 | 14 | 20 | A3 | 35 | 2C |
| Octal | 65 | 255 | 213 | 105 | 0 | 24 | 40 | 243 | 65 | 54 |
| Binary | 110101 | 10101101 | 10001011 | 1000101 | 0 | 10100 | 100000 | 10100011 | 110101 | 101100 |
Color Harmonies of #35AD8B
Complementary color
Monochromatic Colors of #35AD8B
Black with #35AD8B
Text Example
Text Example
White with #35AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35AD8B; }
p { color: rgb(53,173,139); }
H1.HeaderClassName
{
color: #35AD8B;
}
.AnyTagClassName
{
color: #35AD8B;
}
</style>
background-color css
<style>
a { background-color: #35AD8B; }
a { background-color: rgb(53,173,139); }
div.DivClassName
{
background-color: #35AD8B;
}
.BgClassName
{
background-color: #35AD8B;
}
</style>
border-color css
<style>
span { border-color: #35AD8B; }
span { border-color: rgb(53,173,139); }
td.TdClassName
{
border-color: #35AD8B;
}
.TagClassName
{
border-color: #35AD8B;
}
</style>