Shades of Crusoe #0A5828
Tints of Crusoe #0A5828
RGB
CMYK
RGB Variations
Color information
#0A5828 (or 0x0A5828) is known color: Crusoe. HEX triplet: 0A, 58 and 28. RGB value is (10,88,40). Sum of RGB (Red+Green+Blue) = 10+88+40=138 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.25% from 138); Green value is 88 (34.77% from 255 or 63.77% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5828 is #F5A7D7. Grayscale: #3B3B3B. Windows color (decimal): -16099288 or 2643978. OLE color: 2643978.
HSL color Cylindrical-coordinate representation of color #0A5828: hue angle of 143.08º 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 #0A5828 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 40 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.65 |
| HSL | 143.08º | 0.8% | 0.19% | - |
| HSV(B) | 143.08º | 0.89% | 0.35% | - |
| XYZ | 4 | 7.2 | 3.19 | - |
| YUV | 59.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 40 | 0.89 | 0 | 0.55 | 0.65 | 143.08 | 0.8 | 0.19 |
| Hex | A | 58 | 28 | 59 | 0 | 37 | 41 | 8F | 50 | 13 |
| Octal | 12 | 130 | 50 | 131 | 0 | 67 | 101 | 217 | 120 | 23 |
| Binary | 1010 | 1011000 | 101000 | 1011001 | 0 | 110111 | 1000001 | 10001111 | 1010000 | 10011 |
Color Harmonies of #0A5828
Complementary color
Monochromatic Colors of #0A5828
Black with #0A5828
Text Example
Text Example
White with #0A5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5828; }
p { color: rgb(10,88,40); }
H1.HeaderClassName
{
color: #0A5828;
}
.AnyTagClassName
{
color: #0A5828;
}
</style>
background-color css
<style>
a { background-color: #0A5828; }
a { background-color: rgb(10,88,40); }
div.DivClassName
{
background-color: #0A5828;
}
.BgClassName
{
background-color: #0A5828;
}
</style>
border-color css
<style>
span { border-color: #0A5828; }
span { border-color: rgb(10,88,40); }
td.TdClassName
{
border-color: #0A5828;
}
.TagClassName
{
border-color: #0A5828;
}
</style>