Shades of Crusoe #0A5920
Tints of Crusoe #0A5920
RGB
CMYK
RGB Variations
Color information
#0A5920 (or 0x0A5920) is known color: Crusoe. HEX triplet: 0A, 59 and 20. RGB value is (10,89,32). Sum of RGB (Red+Green+Blue) = 10+89+32=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5920 is #F5A6DF. Grayscale: #3B3B3B. Windows color (decimal): -16099040 or 2119946. OLE color: 2119946.
HSL color Cylindrical-coordinate representation of color #0A5920: hue angle of 136.71º 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 #0A5920 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 32 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.65 |
| HSL | 136.71º | 0.8% | 0.19% | - |
| HSV(B) | 136.71º | 0.89% | 0.35% | - |
| XYZ | 3.96 | 7.31 | 2.57 | - |
| YUV | 58.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 32 | 0.89 | 0 | 0.64 | 0.65 | 136.71 | 0.8 | 0.19 |
| Hex | A | 59 | 20 | 59 | 0 | 40 | 41 | 89 | 50 | 13 |
| Octal | 12 | 131 | 40 | 131 | 0 | 100 | 101 | 211 | 120 | 23 |
| Binary | 1010 | 1011001 | 100000 | 1011001 | 0 | 1000000 | 1000001 | 10001001 | 1010000 | 10011 |
Color Harmonies of #0A5920
Complementary color
Monochromatic Colors of #0A5920
Black with #0A5920
Text Example
Text Example
White with #0A5920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5920; }
p { color: rgb(10,89,32); }
H1.HeaderClassName
{
color: #0A5920;
}
.AnyTagClassName
{
color: #0A5920;
}
</style>
background-color css
<style>
a { background-color: #0A5920; }
a { background-color: rgb(10,89,32); }
div.DivClassName
{
background-color: #0A5920;
}
.BgClassName
{
background-color: #0A5920;
}
</style>
border-color css
<style>
span { border-color: #0A5920; }
span { border-color: rgb(10,89,32); }
td.TdClassName
{
border-color: #0A5920;
}
.TagClassName
{
border-color: #0A5920;
}
</style>