Shades of Crusoe #015E15
Tints of Crusoe #015E15
RGB
CMYK
RGB Variations
Color information
#015E15 (or 0x015E15) is known color: Crusoe. HEX triplet: 01, 5E and 15. RGB value is (1,94,21). Sum of RGB (Red+Green+Blue) = 1+94+21=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #015E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E15 is #FEA1EA. Grayscale: #3A3A3A. Windows color (decimal): -16687595 or 1400321. OLE color: 1400321.
HSL color Cylindrical-coordinate representation of color #015E15: hue angle of 132.9º 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 #015E15 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 21 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.63 |
| HSL | 132.9º | 0.98% | 0.19% | - |
| HSV(B) | 132.9º | 0.99% | 0.37% | - |
| XYZ | 4.15 | 8.07 | 2.05 | - |
| YUV | 57.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 21 | 0.99 | 0 | 0.78 | 0.63 | 132.9 | 0.98 | 0.19 |
| Hex | 1 | 5E | 15 | 63 | 0 | 4E | 3F | 85 | 62 | 13 |
| Octal | 1 | 136 | 25 | 143 | 0 | 116 | 77 | 205 | 142 | 23 |
| Binary | 1 | 1011110 | 10101 | 1100011 | 0 | 1001110 | 111111 | 10000101 | 1100010 | 10011 |
Color Harmonies of #015E15
Complementary color
Monochromatic Colors of #015E15
Black with #015E15
Text Example
Text Example
White with #015E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E15; }
p { color: rgb(1,94,21); }
H1.HeaderClassName
{
color: #015E15;
}
.AnyTagClassName
{
color: #015E15;
}
</style>
background-color css
<style>
a { background-color: #015E15; }
a { background-color: rgb(1,94,21); }
div.DivClassName
{
background-color: #015E15;
}
.BgClassName
{
background-color: #015E15;
}
</style>
border-color css
<style>
span { border-color: #015E15; }
span { border-color: rgb(1,94,21); }
td.TdClassName
{
border-color: #015E15;
}
.TagClassName
{
border-color: #015E15;
}
</style>