Shades of Crusoe #0A5A25
Tints of Crusoe #0A5A25
RGB
CMYK
RGB Variations
Color information
#0A5A25 (or 0x0A5A25) is known color: Crusoe. HEX triplet: 0A, 5A and 25. RGB value is (10,90,37). Sum of RGB (Red+Green+Blue) = 10+90+37=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #0A5A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5A25 is #F5A5DA. Grayscale: #3C3C3C. Windows color (decimal): -16098779 or 2447882. OLE color: 2447882.
HSL color Cylindrical-coordinate representation of color #0A5A25: hue angle of 140.25º 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 #0A5A25 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 90 | 37 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.65 |
| HSL | 140.25º | 0.8% | 0.2% | - |
| HSV(B) | 140.25º | 0.89% | 0.35% | - |
| XYZ | 4.12 | 7.51 | 2.98 | - |
| YUV | 60.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 37 | 0.89 | 0 | 0.59 | 0.65 | 140.25 | 0.8 | 0.2 |
| Hex | A | 5A | 25 | 59 | 0 | 3B | 41 | 8C | 50 | 14 |
| Octal | 12 | 132 | 45 | 131 | 0 | 73 | 101 | 214 | 120 | 24 |
| Binary | 1010 | 1011010 | 100101 | 1011001 | 0 | 111011 | 1000001 | 10001100 | 1010000 | 10100 |
Color Harmonies of #0A5A25
Complementary color
Monochromatic Colors of #0A5A25
Black with #0A5A25
Text Example
Text Example
White with #0A5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A25; }
p { color: rgb(10,90,37); }
H1.HeaderClassName
{
color: #0A5A25;
}
.AnyTagClassName
{
color: #0A5A25;
}
</style>
background-color css
<style>
a { background-color: #0A5A25; }
a { background-color: rgb(10,90,37); }
div.DivClassName
{
background-color: #0A5A25;
}
.BgClassName
{
background-color: #0A5A25;
}
</style>
border-color css
<style>
span { border-color: #0A5A25; }
span { border-color: rgb(10,90,37); }
td.TdClassName
{
border-color: #0A5A25;
}
.TagClassName
{
border-color: #0A5A25;
}
</style>