Shades of Crusoe #0A5226
Tints of Crusoe #0A5226
RGB
CMYK
RGB Variations
Color information
#0A5226 (or 0x0A5226) is known color: Crusoe. HEX triplet: 0A, 52 and 26. RGB value is (10,82,38). Sum of RGB (Red+Green+Blue) = 10+82+38=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5226 is #F5ADD9. Grayscale: #373737. Windows color (decimal): -16100826 or 2511370. OLE color: 2511370.
HSL color Cylindrical-coordinate representation of color #0A5226: hue angle of 143.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 #0A5226 is Cyan = 0.88, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 38 | - |
| CMYK | 0.88 | 0 | 0.54 | 0.68 |
| HSL | 143.33º | 0.78% | 0.18% | - |
| HSV(B) | 143.33º | 0.88% | 0.32% | - |
| XYZ | 3.49 | 6.24 | 2.85 | - |
| YUV | 55.46 | 118.15 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 38 | 0.88 | 0 | 0.54 | 0.68 | 143.33 | 0.78 | 0.18 |
| Hex | A | 52 | 26 | 58 | 0 | 36 | 44 | 8F | 4E | 12 |
| Octal | 12 | 122 | 46 | 130 | 0 | 66 | 104 | 217 | 116 | 22 |
| Binary | 1010 | 1010010 | 100110 | 1011000 | 0 | 110110 | 1000100 | 10001111 | 1001110 | 10010 |
Color Harmonies of #0A5226
Complementary color
Monochromatic Colors of #0A5226
Black with #0A5226
Text Example
Text Example
White with #0A5226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5226; }
p { color: rgb(10,82,38); }
H1.HeaderClassName
{
color: #0A5226;
}
.AnyTagClassName
{
color: #0A5226;
}
</style>
background-color css
<style>
a { background-color: #0A5226; }
a { background-color: rgb(10,82,38); }
div.DivClassName
{
background-color: #0A5226;
}
.BgClassName
{
background-color: #0A5226;
}
</style>
border-color css
<style>
span { border-color: #0A5226; }
span { border-color: rgb(10,82,38); }
td.TdClassName
{
border-color: #0A5226;
}
.TagClassName
{
border-color: #0A5226;
}
</style>