Shades of Crusoe #015A16
Tints of Crusoe #015A16
RGB
CMYK
RGB Variations
Color information
#015A16 (or 0x015A16) is known color: Crusoe. HEX triplet: 01, 5A and 16. RGB value is (1,90,22). Sum of RGB (Red+Green+Blue) = 1+90+22=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 90 (35.55% from 255 or 79.65% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 90 - color contains mainly: green. Hex color #015A16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015A16 is #FEA5E9. Grayscale: #373737. Windows color (decimal): -16688618 or 1464833. OLE color: 1464833.
HSL color Cylindrical-coordinate representation of color #015A16: hue angle of 134.16º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A16 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 90 | 22 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.65 |
| HSL | 134.16º | 0.98% | 0.18% | - |
| HSV(B) | 134.16º | 0.99% | 0.35% | - |
| XYZ | 3.81 | 7.38 | 1.98 | - |
| YUV | 55.64 | 109.01 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 22 | 0.99 | 0 | 0.76 | 0.65 | 134.16 | 0.98 | 0.18 |
| Hex | 1 | 5A | 16 | 63 | 0 | 4C | 41 | 86 | 62 | 12 |
| Octal | 1 | 132 | 26 | 143 | 0 | 114 | 101 | 206 | 142 | 22 |
| Binary | 1 | 1011010 | 10110 | 1100011 | 0 | 1001100 | 1000001 | 10000110 | 1100010 | 10010 |
Color Harmonies of #015A16
Complementary color
Monochromatic Colors of #015A16
Black with #015A16
Text Example
Text Example
White with #015A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015A16; }
p { color: rgb(1,90,22); }
H1.HeaderClassName
{
color: #015A16;
}
.AnyTagClassName
{
color: #015A16;
}
</style>
background-color css
<style>
a { background-color: #015A16; }
a { background-color: rgb(1,90,22); }
div.DivClassName
{
background-color: #015A16;
}
.BgClassName
{
background-color: #015A16;
}
</style>
border-color css
<style>
span { border-color: #015A16; }
span { border-color: rgb(1,90,22); }
td.TdClassName
{
border-color: #015A16;
}
.TagClassName
{
border-color: #015A16;
}
</style>