Shades of Crusoe #005A14
Tints of Crusoe #005A14
RGB
CMYK
RGB Variations
Color information
#005A14 (or 0x005A14) is known color: Crusoe. HEX triplet: 00, 5A and 14. RGB value is (0,90,20). Sum of RGB (Red+Green+Blue) = 0+90+20=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #005A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A14 is #FFA5EB. Grayscale: #373737. Windows color (decimal): -16754156 or 1333760. OLE color: 1333760.
HSL color Cylindrical-coordinate representation of color #005A14: hue angle of 133.33º 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 #005A14 is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 20 | - |
| CMYK | 1 | 0 | 0.78 | 0.65 |
| HSL | 133.33º | 1% | 0.18% | - |
| HSV(B) | 133.33º | 1% | 0.35% | - |
| XYZ | 3.78 | 7.36 | 1.88 | - |
| YUV | 55.11 | 108.18 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 20 | 1 | 0 | 0.78 | 0.65 | 133.33 | 1 | 0.18 |
| Hex | 0 | 5A | 14 | 64 | 0 | 4E | 41 | 85 | 64 | 12 |
| Octal | 0 | 132 | 24 | 144 | 0 | 116 | 101 | 205 | 144 | 22 |
| Binary | 0 | 1011010 | 10100 | 1100100 | 0 | 1001110 | 1000001 | 10000101 | 1100100 | 10010 |
Color Harmonies of #005A14
Complementary color
Monochromatic Colors of #005A14
Black with #005A14
Text Example
Text Example
White with #005A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A14; }
p { color: rgb(0,90,20); }
H1.HeaderClassName
{
color: #005A14;
}
.AnyTagClassName
{
color: #005A14;
}
</style>
background-color css
<style>
a { background-color: #005A14; }
a { background-color: rgb(0,90,20); }
div.DivClassName
{
background-color: #005A14;
}
.BgClassName
{
background-color: #005A14;
}
</style>
border-color css
<style>
span { border-color: #005A14; }
span { border-color: rgb(0,90,20); }
td.TdClassName
{
border-color: #005A14;
}
.TagClassName
{
border-color: #005A14;
}
</style>