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