Shades of Fun Green #085D36
Tints of Fun Green #085D36
RGB
CMYK
RGB Variations
Color information
#085D36 (or 0x085D36) is known color: Fun Green. HEX triplet: 08, 5D and 36. RGB value is (8,93,54). Sum of RGB (Red+Green+Blue) = 8+93+54=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 93 (36.72% from 255 or 60% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 93 - color contains mainly: green. Hex color #085D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D36 is #F7A2C9. Grayscale: #3F3F3F. Windows color (decimal): -16229066 or 3562760. OLE color: 3562760.
HSL color Cylindrical-coordinate representation of color #085D36: hue angle of 152.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D36 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 54 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.64 |
| HSL | 152.47º | 0.84% | 0.2% | - |
| HSV(B) | 152.47º | 0.91% | 0.36% | - |
| XYZ | 4.68 | 8.15 | 4.82 | - |
| YUV | 63.14 | 122.84 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 54 | 0.91 | 0 | 0.42 | 0.64 | 152.47 | 0.84 | 0.2 |
| Hex | 8 | 5D | 36 | 5B | 0 | 2A | 40 | 98 | 54 | 14 |
| Octal | 10 | 135 | 66 | 133 | 0 | 52 | 100 | 230 | 124 | 24 |
| Binary | 1000 | 1011101 | 110110 | 1011011 | 0 | 101010 | 1000000 | 10011000 | 1010100 | 10100 |
Color Harmonies of #085D36
Complementary color
Monochromatic Colors of #085D36
Black with #085D36
Text Example
Text Example
White with #085D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D36; }
p { color: rgb(8,93,54); }
H1.HeaderClassName
{
color: #085D36;
}
.AnyTagClassName
{
color: #085D36;
}
</style>
background-color css
<style>
a { background-color: #085D36; }
a { background-color: rgb(8,93,54); }
div.DivClassName
{
background-color: #085D36;
}
.BgClassName
{
background-color: #085D36;
}
</style>
border-color css
<style>
span { border-color: #085D36; }
span { border-color: rgb(8,93,54); }
td.TdClassName
{
border-color: #085D36;
}
.TagClassName
{
border-color: #085D36;
}
</style>