Shades of Crusoe #0A5225
Tints of Crusoe #0A5225
RGB
CMYK
RGB Variations
Color information
#0A5225 (or 0x0A5225) is known color: Crusoe. HEX triplet: 0A, 52 and 25. RGB value is (10,82,37). Sum of RGB (Red+Green+Blue) = 10+82+37=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #0A5225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5225 is #F5ADDA. Grayscale: #373737. Windows color (decimal): -16100827 or 2445834. OLE color: 2445834.
HSL color Cylindrical-coordinate representation of color #0A5225: hue angle of 142.5º 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 #0A5225 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 10 | 82 | 37 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.68 |
| HSL | 142.5º | 0.78% | 0.18% | - |
| HSV(B) | 142.5º | 0.88% | 0.32% | - |
| XYZ | 3.48 | 6.23 | 2.77 | - |
| YUV | 55.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 82 | 37 | 0.88 | 0 | 0.55 | 0.68 | 142.5 | 0.78 | 0.18 |
| Hex | A | 52 | 25 | 58 | 0 | 37 | 44 | 8E | 4E | 12 |
| Octal | 12 | 122 | 45 | 130 | 0 | 67 | 104 | 216 | 116 | 22 |
| Binary | 1010 | 1010010 | 100101 | 1011000 | 0 | 110111 | 1000100 | 10001110 | 1001110 | 10010 |
Color Harmonies of #0A5225
Complementary color
Monochromatic Colors of #0A5225
Black with #0A5225
Text Example
Text Example
White with #0A5225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5225; }
p { color: rgb(10,82,37); }
H1.HeaderClassName
{
color: #0A5225;
}
.AnyTagClassName
{
color: #0A5225;
}
</style>
background-color css
<style>
a { background-color: #0A5225; }
a { background-color: rgb(10,82,37); }
div.DivClassName
{
background-color: #0A5225;
}
.BgClassName
{
background-color: #0A5225;
}
</style>
border-color css
<style>
span { border-color: #0A5225; }
span { border-color: rgb(10,82,37); }
td.TdClassName
{
border-color: #0A5225;
}
.TagClassName
{
border-color: #0A5225;
}
</style>