Shades of Crusoe #0A5220
Tints of Crusoe #0A5220
RGB
CMYK
RGB Variations
Color information
#0A5220 (or 0x0A5220) is known color: Crusoe. HEX triplet: 0A, 52 and 20. RGB value is (10,82,32). Sum of RGB (Red+Green+Blue) = 10+82+32=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5220 is #F5ADDF. Grayscale: #363636. Windows color (decimal): -16100832 or 2118154. OLE color: 2118154.
HSL color Cylindrical-coordinate representation of color #0A5220: hue angle of 138.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5220 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 32 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.68 |
| HSL | 138.33º | 0.78% | 0.18% | - |
| HSV(B) | 138.33º | 0.88% | 0.32% | - |
| XYZ | 3.4 | 6.2 | 2.38 | - |
| YUV | 54.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 32 | 0.88 | 0 | 0.61 | 0.68 | 138.33 | 0.78 | 0.18 |
| Hex | A | 52 | 20 | 58 | 0 | 3D | 44 | 8A | 4E | 12 |
| Octal | 12 | 122 | 40 | 130 | 0 | 75 | 104 | 212 | 116 | 22 |
| Binary | 1010 | 1010010 | 100000 | 1011000 | 0 | 111101 | 1000100 | 10001010 | 1001110 | 10010 |
Color Harmonies of #0A5220
Complementary color
Monochromatic Colors of #0A5220
Black with #0A5220
Text Example
Text Example
White with #0A5220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5220; }
p { color: rgb(10,82,32); }
H1.HeaderClassName
{
color: #0A5220;
}
.AnyTagClassName
{
color: #0A5220;
}
</style>
background-color css
<style>
a { background-color: #0A5220; }
a { background-color: rgb(10,82,32); }
div.DivClassName
{
background-color: #0A5220;
}
.BgClassName
{
background-color: #0A5220;
}
</style>
border-color css
<style>
span { border-color: #0A5220; }
span { border-color: rgb(10,82,32); }
td.TdClassName
{
border-color: #0A5220;
}
.TagClassName
{
border-color: #0A5220;
}
</style>