Shades of Crusoe #0A552C
Tints of Crusoe #0A552C
RGB
CMYK
RGB Variations
Color information
#0A552C (or 0x0A552C) is known color: Crusoe. HEX triplet: 0A, 55 and 2C. RGB value is (10,85,44). Sum of RGB (Red+Green+Blue) = 10+85+44=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #0A552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A552C is #F5AAD3. Grayscale: #393939. Windows color (decimal): -16100052 or 2905354. OLE color: 2905354.
HSL color Cylindrical-coordinate representation of color #0A552C: hue angle of 147.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A552C is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 10 | 85 | 44 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.67 |
| HSL | 147.2º | 0.79% | 0.19% | - |
| HSV(B) | 147.2º | 0.88% | 0.33% | - |
| XYZ | 3.83 | 6.74 | 3.48 | - |
| YUV | 57.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 85 | 44 | 0.88 | 0 | 0.48 | 0.67 | 147.2 | 0.79 | 0.19 |
| Hex | A | 55 | 2C | 58 | 0 | 30 | 43 | 93 | 4F | 13 |
| Octal | 12 | 125 | 54 | 130 | 0 | 60 | 103 | 223 | 117 | 23 |
| Binary | 1010 | 1010101 | 101100 | 1011000 | 0 | 110000 | 1000011 | 10010011 | 1001111 | 10011 |
Color Harmonies of #0A552C
Complementary color
Monochromatic Colors of #0A552C
Black with #0A552C
Text Example
Text Example
White with #0A552C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A552C; }
p { color: rgb(10,85,44); }
H1.HeaderClassName
{
color: #0A552C;
}
.AnyTagClassName
{
color: #0A552C;
}
</style>
background-color css
<style>
a { background-color: #0A552C; }
a { background-color: rgb(10,85,44); }
div.DivClassName
{
background-color: #0A552C;
}
.BgClassName
{
background-color: #0A552C;
}
</style>
border-color css
<style>
span { border-color: #0A552C; }
span { border-color: rgb(10,85,44); }
td.TdClassName
{
border-color: #0A552C;
}
.TagClassName
{
border-color: #0A552C;
}
</style>