Shades of Crusoe #085D13
Tints of Crusoe #085D13
RGB
CMYK
RGB Variations
Color information
#085D13 (or 0x085D13) is known color: Crusoe. HEX triplet: 08, 5D and 13. RGB value is (8,93,19). Sum of RGB (Red+Green+Blue) = 8+93+19=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 93 (36.72% from 255 or 77.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 93 - color contains mainly: green. Hex color #085D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D13 is #F7A2EC. Grayscale: #3B3B3B. Windows color (decimal): -16229101 or 1269000. OLE color: 1269000.
HSL color Cylindrical-coordinate representation of color #085D13: hue angle of 127.76º 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 #085D13 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 19 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.64 |
| HSL | 127.76º | 0.84% | 0.2% | - |
| HSV(B) | 127.76º | 0.91% | 0.36% | - |
| XYZ | 4.13 | 7.93 | 1.93 | - |
| YUV | 59.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 19 | 0.91 | 0 | 0.80 | 0.64 | 127.76 | 0.84 | 0.2 |
| Hex | 8 | 5D | 13 | 5B | 0 | 50 | 40 | 80 | 54 | 14 |
| Octal | 10 | 135 | 23 | 133 | 0 | 120 | 100 | 200 | 124 | 24 |
| Binary | 1000 | 1011101 | 10011 | 1011011 | 0 | 1010000 | 1000000 | 10000000 | 1010100 | 10100 |
Color Harmonies of #085D13
Complementary color
Monochromatic Colors of #085D13
Black with #085D13
Text Example
Text Example
White with #085D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D13; }
p { color: rgb(8,93,19); }
H1.HeaderClassName
{
color: #085D13;
}
.AnyTagClassName
{
color: #085D13;
}
</style>
background-color css
<style>
a { background-color: #085D13; }
a { background-color: rgb(8,93,19); }
div.DivClassName
{
background-color: #085D13;
}
.BgClassName
{
background-color: #085D13;
}
</style>
border-color css
<style>
span { border-color: #085D13; }
span { border-color: rgb(8,93,19); }
td.TdClassName
{
border-color: #085D13;
}
.TagClassName
{
border-color: #085D13;
}
</style>