Shades of Crusoe #0A582C
Tints of Crusoe #0A582C
RGB
CMYK
RGB Variations
Color information
#0A582C (or 0x0A582C) is known color: Crusoe. HEX triplet: 0A, 58 and 2C. RGB value is (10,88,44). Sum of RGB (Red+Green+Blue) = 10+88+44=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #0A582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A582C is #F5A7D3. Grayscale: #3B3B3B. Windows color (decimal): -16099284 or 2906122. OLE color: 2906122.
HSL color Cylindrical-coordinate representation of color #0A582C: hue angle of 146.15º 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 #0A582C is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 44 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.65 |
| HSL | 146.15º | 0.8% | 0.19% | - |
| HSV(B) | 146.15º | 0.89% | 0.35% | - |
| XYZ | 4.07 | 7.23 | 3.56 | - |
| YUV | 59.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 44 | 0.89 | 0 | 0.5 | 0.65 | 146.15 | 0.8 | 0.19 |
| Hex | A | 58 | 2C | 59 | 0 | 32 | 41 | 92 | 50 | 13 |
| Octal | 12 | 130 | 54 | 131 | 0 | 62 | 101 | 222 | 120 | 23 |
| Binary | 1010 | 1011000 | 101100 | 1011001 | 0 | 110010 | 1000001 | 10010010 | 1010000 | 10011 |
Color Harmonies of #0A582C
Complementary color
Monochromatic Colors of #0A582C
Black with #0A582C
Text Example
Text Example
White with #0A582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A582C; }
p { color: rgb(10,88,44); }
H1.HeaderClassName
{
color: #0A582C;
}
.AnyTagClassName
{
color: #0A582C;
}
</style>
background-color css
<style>
a { background-color: #0A582C; }
a { background-color: rgb(10,88,44); }
div.DivClassName
{
background-color: #0A582C;
}
.BgClassName
{
background-color: #0A582C;
}
</style>
border-color css
<style>
span { border-color: #0A582C; }
span { border-color: rgb(10,88,44); }
td.TdClassName
{
border-color: #0A582C;
}
.TagClassName
{
border-color: #0A582C;
}
</style>