Shades of Crusoe #0A5120
Tints of Crusoe #0A5120
RGB
CMYK
RGB Variations
Color information
#0A5120 (or 0x0A5120) is known color: Crusoe. HEX triplet: 0A, 51 and 20. RGB value is (10,81,32). Sum of RGB (Red+Green+Blue) = 10+81+32=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #0A5120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5120 is #F5AEDF. Grayscale: #363636. Windows color (decimal): -16101088 or 2117898. OLE color: 2117898.
HSL color Cylindrical-coordinate representation of color #0A5120: hue angle of 138.59º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5120 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 81 | 32 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.68 |
| HSL | 138.59º | 0.78% | 0.18% | - |
| HSV(B) | 138.59º | 0.88% | 0.32% | - |
| XYZ | 3.33 | 6.05 | 2.36 | - |
| YUV | 54.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 32 | 0.88 | 0 | 0.60 | 0.68 | 138.59 | 0.78 | 0.18 |
| Hex | A | 51 | 20 | 58 | 0 | 3C | 44 | 8B | 4E | 12 |
| Octal | 12 | 121 | 40 | 130 | 0 | 74 | 104 | 213 | 116 | 22 |
| Binary | 1010 | 1010001 | 100000 | 1011000 | 0 | 111100 | 1000100 | 10001011 | 1001110 | 10010 |
Color Harmonies of #0A5120
Complementary color
Monochromatic Colors of #0A5120
Black with #0A5120
Text Example
Text Example
White with #0A5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5120; }
p { color: rgb(10,81,32); }
H1.HeaderClassName
{
color: #0A5120;
}
.AnyTagClassName
{
color: #0A5120;
}
</style>
background-color css
<style>
a { background-color: #0A5120; }
a { background-color: rgb(10,81,32); }
div.DivClassName
{
background-color: #0A5120;
}
.BgClassName
{
background-color: #0A5120;
}
</style>
border-color css
<style>
span { border-color: #0A5120; }
span { border-color: rgb(10,81,32); }
td.TdClassName
{
border-color: #0A5120;
}
.TagClassName
{
border-color: #0A5120;
}
</style>