Shades of Crusoe #0A5918
Tints of Crusoe #0A5918
RGB
CMYK
RGB Variations
Color information
#0A5918 (or 0x0A5918) is known color: Crusoe. HEX triplet: 0A, 59 and 18. RGB value is (10,89,24). Sum of RGB (Red+Green+Blue) = 10+89+24=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5918 is #F5A6E7. Grayscale: #3A3A3A. Windows color (decimal): -16099048 or 1595658. OLE color: 1595658.
HSL color Cylindrical-coordinate representation of color #0A5918: hue angle of 130.63º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5918 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 24 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.65 |
| HSL | 130.63º | 0.8% | 0.19% | - |
| HSV(B) | 130.63º | 0.89% | 0.35% | - |
| XYZ | 3.86 | 7.28 | 2.06 | - |
| YUV | 57.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 24 | 0.89 | 0 | 0.73 | 0.65 | 130.63 | 0.8 | 0.19 |
| Hex | A | 59 | 18 | 59 | 0 | 49 | 41 | 83 | 50 | 13 |
| Octal | 12 | 131 | 30 | 131 | 0 | 111 | 101 | 203 | 120 | 23 |
| Binary | 1010 | 1011001 | 11000 | 1011001 | 0 | 1001001 | 1000001 | 10000011 | 1010000 | 10011 |
Color Harmonies of #0A5918
Complementary color
Monochromatic Colors of #0A5918
Black with #0A5918
Text Example
Text Example
White with #0A5918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5918; }
p { color: rgb(10,89,24); }
H1.HeaderClassName
{
color: #0A5918;
}
.AnyTagClassName
{
color: #0A5918;
}
</style>
background-color css
<style>
a { background-color: #0A5918; }
a { background-color: rgb(10,89,24); }
div.DivClassName
{
background-color: #0A5918;
}
.BgClassName
{
background-color: #0A5918;
}
</style>
border-color css
<style>
span { border-color: #0A5918; }
span { border-color: rgb(10,89,24); }
td.TdClassName
{
border-color: #0A5918;
}
.TagClassName
{
border-color: #0A5918;
}
</style>