Shades of Crusoe #0A582B
Tints of Crusoe #0A582B
RGB
CMYK
RGB Variations
Color information
#0A582B (or 0x0A582B) is known color: Crusoe. HEX triplet: 0A, 58 and 2B. RGB value is (10,88,43). Sum of RGB (Red+Green+Blue) = 10+88+43=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #0A582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A582B is #F5A7D4. Grayscale: #3B3B3B. Windows color (decimal): -16099285 or 2840586. OLE color: 2840586.
HSL color Cylindrical-coordinate representation of color #0A582B: hue angle of 145.38º 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 #0A582B is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 88 | 43 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.65 |
| HSL | 145.38º | 0.8% | 0.19% | - |
| HSV(B) | 145.38º | 0.89% | 0.35% | - |
| XYZ | 4.05 | 7.22 | 3.47 | - |
| YUV | 59.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 43 | 0.89 | 0 | 0.51 | 0.65 | 145.38 | 0.8 | 0.19 |
| Hex | A | 58 | 2B | 59 | 0 | 33 | 41 | 91 | 50 | 13 |
| Octal | 12 | 130 | 53 | 131 | 0 | 63 | 101 | 221 | 120 | 23 |
| Binary | 1010 | 1011000 | 101011 | 1011001 | 0 | 110011 | 1000001 | 10010001 | 1010000 | 10011 |
Color Harmonies of #0A582B
Complementary color
Monochromatic Colors of #0A582B
Black with #0A582B
Text Example
Text Example
White with #0A582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A582B; }
p { color: rgb(10,88,43); }
H1.HeaderClassName
{
color: #0A582B;
}
.AnyTagClassName
{
color: #0A582B;
}
</style>
background-color css
<style>
a { background-color: #0A582B; }
a { background-color: rgb(10,88,43); }
div.DivClassName
{
background-color: #0A582B;
}
.BgClassName
{
background-color: #0A582B;
}
</style>
border-color css
<style>
span { border-color: #0A582B; }
span { border-color: rgb(10,88,43); }
td.TdClassName
{
border-color: #0A582B;
}
.TagClassName
{
border-color: #0A582B;
}
</style>