Shades of Crusoe #015F16
Tints of Crusoe #015F16
RGB
CMYK
RGB Variations
Color information
#015F16 (or 0x015F16) is known color: Crusoe. HEX triplet: 01, 5F and 16. RGB value is (1,95,22). Sum of RGB (Red+Green+Blue) = 1+95+22=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 95 (37.5% from 255 or 80.51% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 95 - color contains mainly: green. Hex color #015F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F16 is #FEA0E9. Grayscale: #3A3A3A. Windows color (decimal): -16687338 or 1466113. OLE color: 1466113.
HSL color Cylindrical-coordinate representation of color #015F16: hue angle of 133.4º 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 #015F16 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 22 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.63 |
| HSL | 133.4º | 0.98% | 0.19% | - |
| HSV(B) | 133.4º | 0.99% | 0.37% | - |
| XYZ | 4.25 | 8.25 | 2.13 | - |
| YUV | 58.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 22 | 0.99 | 0 | 0.77 | 0.63 | 133.4 | 0.98 | 0.19 |
| Hex | 1 | 5F | 16 | 63 | 0 | 4D | 3F | 85 | 62 | 13 |
| Octal | 1 | 137 | 26 | 143 | 0 | 115 | 77 | 205 | 142 | 23 |
| Binary | 1 | 1011111 | 10110 | 1100011 | 0 | 1001101 | 111111 | 10000101 | 1100010 | 10011 |
Color Harmonies of #015F16
Complementary color
Monochromatic Colors of #015F16
Black with #015F16
Text Example
Text Example
White with #015F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F16; }
p { color: rgb(1,95,22); }
H1.HeaderClassName
{
color: #015F16;
}
.AnyTagClassName
{
color: #015F16;
}
</style>
background-color css
<style>
a { background-color: #015F16; }
a { background-color: rgb(1,95,22); }
div.DivClassName
{
background-color: #015F16;
}
.BgClassName
{
background-color: #015F16;
}
</style>
border-color css
<style>
span { border-color: #015F16; }
span { border-color: rgb(1,95,22); }
td.TdClassName
{
border-color: #015F16;
}
.TagClassName
{
border-color: #015F16;
}
</style>