Shades of Crusoe #0A592E
Tints of Crusoe #0A592E
RGB
CMYK
RGB Variations
Color information
#0A592E (or 0x0A592E) is known color: Crusoe. HEX triplet: 0A, 59 and 2E. RGB value is (10,89,46). Sum of RGB (Red+Green+Blue) = 10+89+46=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592E is #F5A6D1. Grayscale: #3C3C3C. Windows color (decimal): -16099026 or 3037450. OLE color: 3037450.
HSL color Cylindrical-coordinate representation of color #0A592E: hue angle of 147.34º 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 #0A592E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 89 | 46 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.65 |
| HSL | 147.34º | 0.8% | 0.19% | - |
| HSV(B) | 147.34º | 0.89% | 0.35% | - |
| XYZ | 4.19 | 7.41 | 3.79 | - |
| YUV | 60.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 46 | 0.89 | 0 | 0.48 | 0.65 | 147.34 | 0.8 | 0.19 |
| Hex | A | 59 | 2E | 59 | 0 | 30 | 41 | 93 | 50 | 13 |
| Octal | 12 | 131 | 56 | 131 | 0 | 60 | 101 | 223 | 120 | 23 |
| Binary | 1010 | 1011001 | 101110 | 1011001 | 0 | 110000 | 1000001 | 10010011 | 1010000 | 10011 |
Color Harmonies of #0A592E
Complementary color
Monochromatic Colors of #0A592E
Black with #0A592E
Text Example
Text Example
White with #0A592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A592E; }
p { color: rgb(10,89,46); }
H1.HeaderClassName
{
color: #0A592E;
}
.AnyTagClassName
{
color: #0A592E;
}
</style>
background-color css
<style>
a { background-color: #0A592E; }
a { background-color: rgb(10,89,46); }
div.DivClassName
{
background-color: #0A592E;
}
.BgClassName
{
background-color: #0A592E;
}
</style>
border-color css
<style>
span { border-color: #0A592E; }
span { border-color: rgb(10,89,46); }
td.TdClassName
{
border-color: #0A592E;
}
.TagClassName
{
border-color: #0A592E;
}
</style>