Shades of Fun Green #085536
Tints of Fun Green #085536
RGB
CMYK
RGB Variations
Color information
#085536 (or 0x085536) is known color: Fun Green. HEX triplet: 08, 55 and 36. RGB value is (8,85,54). Sum of RGB (Red+Green+Blue) = 8+85+54=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 54 (21.48% from 255 or 36.73% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #085536 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085536 is #F7AAC9. Grayscale: #3A3A3A. Windows color (decimal): -16231114 or 3560712. OLE color: 3560712.
HSL color Cylindrical-coordinate representation of color #085536: hue angle of 155.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085536 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 85 | 54 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.67 |
| HSL | 155.84º | 0.83% | 0.18% | - |
| HSV(B) | 155.84º | 0.91% | 0.33% | - |
| XYZ | 4.01 | 6.81 | 4.59 | - |
| YUV | 58.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 54 | 0.91 | 0 | 0.36 | 0.67 | 155.84 | 0.83 | 0.18 |
| Hex | 8 | 55 | 36 | 5B | 0 | 24 | 43 | 9C | 53 | 12 |
| Octal | 10 | 125 | 66 | 133 | 0 | 44 | 103 | 234 | 123 | 22 |
| Binary | 1000 | 1010101 | 110110 | 1011011 | 0 | 100100 | 1000011 | 10011100 | 1010011 | 10010 |
Color Harmonies of #085536
Complementary color
Monochromatic Colors of #085536
Black with #085536
Text Example
Text Example
White with #085536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085536; }
p { color: rgb(8,85,54); }
H1.HeaderClassName
{
color: #085536;
}
.AnyTagClassName
{
color: #085536;
}
</style>
background-color css
<style>
a { background-color: #085536; }
a { background-color: rgb(8,85,54); }
div.DivClassName
{
background-color: #085536;
}
.BgClassName
{
background-color: #085536;
}
</style>
border-color css
<style>
span { border-color: #085536; }
span { border-color: rgb(8,85,54); }
td.TdClassName
{
border-color: #085536;
}
.TagClassName
{
border-color: #085536;
}
</style>