Shades of Crusoe #015E16
Tints of Crusoe #015E16
RGB
CMYK
RGB Variations
Color information
#015E16 (or 0x015E16) is known color: Crusoe. HEX triplet: 01, 5E and 16. RGB value is (1,94,22). Sum of RGB (Red+Green+Blue) = 1+94+22=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 94 (37.11% from 255 or 80.34% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 94 - color contains mainly: green. Hex color #015E16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E16 is #FEA1E9. Grayscale: #3A3A3A. Windows color (decimal): -16687594 or 1465857. OLE color: 1465857.
HSL color Cylindrical-coordinate representation of color #015E16: hue angle of 133.55º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E16 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 22 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.63 |
| HSL | 133.55º | 0.98% | 0.19% | - |
| HSV(B) | 133.55º | 0.99% | 0.37% | - |
| XYZ | 4.16 | 8.07 | 2.1 | - |
| YUV | 57.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 22 | 0.99 | 0 | 0.77 | 0.63 | 133.55 | 0.98 | 0.19 |
| Hex | 1 | 5E | 16 | 63 | 0 | 4D | 3F | 86 | 62 | 13 |
| Octal | 1 | 136 | 26 | 143 | 0 | 115 | 77 | 206 | 142 | 23 |
| Binary | 1 | 1011110 | 10110 | 1100011 | 0 | 1001101 | 111111 | 10000110 | 1100010 | 10011 |
Color Harmonies of #015E16
Complementary color
Monochromatic Colors of #015E16
Black with #015E16
Text Example
Text Example
White with #015E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E16; }
p { color: rgb(1,94,22); }
H1.HeaderClassName
{
color: #015E16;
}
.AnyTagClassName
{
color: #015E16;
}
</style>
background-color css
<style>
a { background-color: #015E16; }
a { background-color: rgb(1,94,22); }
div.DivClassName
{
background-color: #015E16;
}
.BgClassName
{
background-color: #015E16;
}
</style>
border-color css
<style>
span { border-color: #015E16; }
span { border-color: rgb(1,94,22); }
td.TdClassName
{
border-color: #015E16;
}
.TagClassName
{
border-color: #015E16;
}
</style>