Shades of Crusoe #0A5830
Tints of Crusoe #0A5830
RGB
CMYK
RGB Variations
Color information
#0A5830 (or 0x0A5830) is known color: Crusoe. HEX triplet: 0A, 58 and 30. RGB value is (10,88,48). Sum of RGB (Red+Green+Blue) = 10+88+48=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 88 (34.77% from 255 or 60.27% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 88 - color contains mainly: green. Hex color #0A5830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5830 is #F5A7CF. Grayscale: #3C3C3C. Windows color (decimal): -16099280 or 3168266. OLE color: 3168266.
HSL color Cylindrical-coordinate representation of color #0A5830: hue angle of 149.23º 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 #0A5830 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 48 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.65 |
| HSL | 149.23º | 0.8% | 0.19% | - |
| HSV(B) | 149.23º | 0.89% | 0.35% | - |
| XYZ | 4.15 | 7.26 | 3.98 | - |
| YUV | 60.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 48 | 0.89 | 0 | 0.45 | 0.65 | 149.23 | 0.8 | 0.19 |
| Hex | A | 58 | 30 | 59 | 0 | 2D | 41 | 95 | 50 | 13 |
| Octal | 12 | 130 | 60 | 131 | 0 | 55 | 101 | 225 | 120 | 23 |
| Binary | 1010 | 1011000 | 110000 | 1011001 | 0 | 101101 | 1000001 | 10010101 | 1010000 | 10011 |
Color Harmonies of #0A5830
Complementary color
Monochromatic Colors of #0A5830
Black with #0A5830
Text Example
Text Example
White with #0A5830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5830; }
p { color: rgb(10,88,48); }
H1.HeaderClassName
{
color: #0A5830;
}
.AnyTagClassName
{
color: #0A5830;
}
</style>
background-color css
<style>
a { background-color: #0A5830; }
a { background-color: rgb(10,88,48); }
div.DivClassName
{
background-color: #0A5830;
}
.BgClassName
{
background-color: #0A5830;
}
</style>
border-color css
<style>
span { border-color: #0A5830; }
span { border-color: rgb(10,88,48); }
td.TdClassName
{
border-color: #0A5830;
}
.TagClassName
{
border-color: #0A5830;
}
</style>