Shades of Crusoe #0A592A
Tints of Crusoe #0A592A
RGB
CMYK
RGB Variations
Color information
#0A592A (or 0x0A592A) is known color: Crusoe. HEX triplet: 0A, 59 and 2A. RGB value is (10,89,42). Sum of RGB (Red+Green+Blue) = 10+89+42=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 89 (35.16% from 255 or 63.12% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592A is #F5A6D5. Grayscale: #3C3C3C. Windows color (decimal): -16099030 or 2775306. OLE color: 2775306.
HSL color Cylindrical-coordinate representation of color #0A592A: hue angle of 144.3º 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 #0A592A is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 42 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.65 |
| HSL | 144.3º | 0.8% | 0.19% | - |
| HSV(B) | 144.3º | 0.89% | 0.35% | - |
| XYZ | 4.12 | 7.38 | 3.4 | - |
| YUV | 60.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 42 | 0.89 | 0 | 0.53 | 0.65 | 144.3 | 0.8 | 0.19 |
| Hex | A | 59 | 2A | 59 | 0 | 35 | 41 | 90 | 50 | 13 |
| Octal | 12 | 131 | 52 | 131 | 0 | 65 | 101 | 220 | 120 | 23 |
| Binary | 1010 | 1011001 | 101010 | 1011001 | 0 | 110101 | 1000001 | 10010000 | 1010000 | 10011 |
Color Harmonies of #0A592A
Complementary color
Monochromatic Colors of #0A592A
Black with #0A592A
Text Example
Text Example
White with #0A592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A592A; }
p { color: rgb(10,89,42); }
H1.HeaderClassName
{
color: #0A592A;
}
.AnyTagClassName
{
color: #0A592A;
}
</style>
background-color css
<style>
a { background-color: #0A592A; }
a { background-color: rgb(10,89,42); }
div.DivClassName
{
background-color: #0A592A;
}
.BgClassName
{
background-color: #0A592A;
}
</style>
border-color css
<style>
span { border-color: #0A592A; }
span { border-color: rgb(10,89,42); }
td.TdClassName
{
border-color: #0A592A;
}
.TagClassName
{
border-color: #0A592A;
}
</style>