Shades of Crusoe #005A10
Tints of Crusoe #005A10
RGB
CMYK
RGB Variations
Color information
#005A10 (or 0x005A10) is known color: Crusoe. HEX triplet: 00, 5A and 10. RGB value is (0,90,16). Sum of RGB (Red+Green+Blue) = 0+90+16=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 90 (35.55% from 255 or 84.91% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 90 - color contains mainly: green. Hex color #005A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005A10 is #FFA5EF. Grayscale: #363636. Windows color (decimal): -16754160 or 1071616. OLE color: 1071616.
HSL color Cylindrical-coordinate representation of color #005A10: hue angle of 130.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 #005A10 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 90 | 16 | - |
| CMYK | 1 | 0 | 0.82 | 0.65 |
| HSL | 130.67º | 1% | 0.18% | - |
| HSV(B) | 130.67º | 1% | 0.35% | - |
| XYZ | 3.75 | 7.35 | 1.71 | - |
| YUV | 54.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 16 | 1 | 0 | 0.82 | 0.65 | 130.67 | 1 | 0.18 |
| Hex | 0 | 5A | 10 | 64 | 0 | 52 | 41 | 83 | 64 | 12 |
| Octal | 0 | 132 | 20 | 144 | 0 | 122 | 101 | 203 | 144 | 22 |
| Binary | 0 | 1011010 | 10000 | 1100100 | 0 | 1010010 | 1000001 | 10000011 | 1100100 | 10010 |
Color Harmonies of #005A10
Complementary color
Monochromatic Colors of #005A10
Black with #005A10
Text Example
Text Example
White with #005A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005A10; }
p { color: rgb(0,90,16); }
H1.HeaderClassName
{
color: #005A10;
}
.AnyTagClassName
{
color: #005A10;
}
</style>
background-color css
<style>
a { background-color: #005A10; }
a { background-color: rgb(0,90,16); }
div.DivClassName
{
background-color: #005A10;
}
.BgClassName
{
background-color: #005A10;
}
</style>
border-color css
<style>
span { border-color: #005A10; }
span { border-color: rgb(0,90,16); }
td.TdClassName
{
border-color: #005A10;
}
.TagClassName
{
border-color: #005A10;
}
</style>