Shades of Crusoe #005A25
Tints of Crusoe #005A25
RGB
CMYK
RGB Variations
Color information
#005A25 (or 0x005A25) is known color: Crusoe. HEX triplet: 00, 5A and 25. RGB value is (0,90,37). Sum of RGB (Red+Green+Blue) = 0+90+37=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 90 (35.55% from 255 or 70.87% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 90 - color contains mainly: green. Hex color #005A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A25 is #FFA5DA. Grayscale: #393939. Windows color (decimal): -16754139 or 2447872. OLE color: 2447872.
HSL color Cylindrical-coordinate representation of color #005A25: hue angle of 144.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005A25 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 37 | - |
| CMYK | 1 | 0 | 0.59 | 0.65 |
| HSL | 144.67º | 1% | 0.18% | - |
| HSV(B) | 144.67º | 1% | 0.35% | - |
| XYZ | 3.99 | 7.45 | 2.98 | - |
| YUV | 57.05 | 116.68 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 37 | 1 | 0 | 0.59 | 0.65 | 144.67 | 1 | 0.18 |
| Hex | 0 | 5A | 25 | 64 | 0 | 3B | 41 | 91 | 64 | 12 |
| Octal | 0 | 132 | 45 | 144 | 0 | 73 | 101 | 221 | 144 | 22 |
| Binary | 0 | 1011010 | 100101 | 1100100 | 0 | 111011 | 1000001 | 10010001 | 1100100 | 10010 |
Color Harmonies of #005A25
Complementary color
Monochromatic Colors of #005A25
Black with #005A25
Text Example
Text Example
White with #005A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A25; }
p { color: rgb(0,90,37); }
H1.HeaderClassName
{
color: #005A25;
}
.AnyTagClassName
{
color: #005A25;
}
</style>
background-color css
<style>
a { background-color: #005A25; }
a { background-color: rgb(0,90,37); }
div.DivClassName
{
background-color: #005A25;
}
.BgClassName
{
background-color: #005A25;
}
</style>
border-color css
<style>
span { border-color: #005A25; }
span { border-color: rgb(0,90,37); }
td.TdClassName
{
border-color: #005A25;
}
.TagClassName
{
border-color: #005A25;
}
</style>