Shades of Crusoe #0A5A2C
Tints of Crusoe #0A5A2C
RGB
CMYK
RGB Variations
Color information
#0A5A2C (or 0x0A5A2C) is known color: Crusoe. HEX triplet: 0A, 5A and 2C. RGB value is (10,90,44). Sum of RGB (Red+Green+Blue) = 10+90+44=144 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.94% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A2C is #F5A5D3. Grayscale: #3C3C3C. Windows color (decimal): -16098772 or 2906634. OLE color: 2906634.
HSL color Cylindrical-coordinate representation of color #0A5A2C: hue angle of 145.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5A2C is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 44 | - |
| CMYK | 0.89 | 0 | 0.51 | 0.65 |
| HSL | 145.5º | 0.8% | 0.2% | - |
| HSV(B) | 145.5º | 0.89% | 0.35% | - |
| XYZ | 4.24 | 7.56 | 3.62 | - |
| YUV | 60.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 44 | 0.89 | 0 | 0.51 | 0.65 | 145.5 | 0.8 | 0.2 |
| Hex | A | 5A | 2C | 59 | 0 | 33 | 41 | 92 | 50 | 14 |
| Octal | 12 | 132 | 54 | 131 | 0 | 63 | 101 | 222 | 120 | 24 |
| Binary | 1010 | 1011010 | 101100 | 1011001 | 0 | 110011 | 1000001 | 10010010 | 1010000 | 10100 |
Color Harmonies of #0A5A2C
Complementary color
Monochromatic Colors of #0A5A2C
Black with #0A5A2C
Text Example
Text Example
White with #0A5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A2C; }
p { color: rgb(10,90,44); }
H1.HeaderClassName
{
color: #0A5A2C;
}
.AnyTagClassName
{
color: #0A5A2C;
}
</style>
background-color css
<style>
a { background-color: #0A5A2C; }
a { background-color: rgb(10,90,44); }
div.DivClassName
{
background-color: #0A5A2C;
}
.BgClassName
{
background-color: #0A5A2C;
}
</style>
border-color css
<style>
span { border-color: #0A5A2C; }
span { border-color: rgb(10,90,44); }
td.TdClassName
{
border-color: #0A5A2C;
}
.TagClassName
{
border-color: #0A5A2C;
}
</style>