Shades of Crusoe #015F19
Tints of Crusoe #015F19
RGB
CMYK
RGB Variations
Color information
#015F19 (or 0x015F19) is known color: Crusoe. HEX triplet: 01, 5F and 19. RGB value is (1,95,25). Sum of RGB (Red+Green+Blue) = 1+95+25=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 95 (37.5% from 255 or 78.51% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 95 - color contains mainly: green. Hex color #015F19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015F19 is #FEA0E6. Grayscale: #3B3B3B. Windows color (decimal): -16687335 or 1662721. OLE color: 1662721.
HSL color Cylindrical-coordinate representation of color #015F19: hue angle of 135.32º 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 #015F19 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 25 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.63 |
| HSL | 135.32º | 0.98% | 0.19% | - |
| HSV(B) | 135.32º | 0.99% | 0.37% | - |
| XYZ | 4.28 | 8.26 | 2.29 | - |
| YUV | 58.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 25 | 0.99 | 0 | 0.74 | 0.63 | 135.32 | 0.98 | 0.19 |
| Hex | 1 | 5F | 19 | 63 | 0 | 4A | 3F | 87 | 62 | 13 |
| Octal | 1 | 137 | 31 | 143 | 0 | 112 | 77 | 207 | 142 | 23 |
| Binary | 1 | 1011111 | 11001 | 1100011 | 0 | 1001010 | 111111 | 10000111 | 1100010 | 10011 |
Color Harmonies of #015F19
Complementary color
Monochromatic Colors of #015F19
Black with #015F19
Text Example
Text Example
White with #015F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F19; }
p { color: rgb(1,95,25); }
H1.HeaderClassName
{
color: #015F19;
}
.AnyTagClassName
{
color: #015F19;
}
</style>
background-color css
<style>
a { background-color: #015F19; }
a { background-color: rgb(1,95,25); }
div.DivClassName
{
background-color: #015F19;
}
.BgClassName
{
background-color: #015F19;
}
</style>
border-color css
<style>
span { border-color: #015F19; }
span { border-color: rgb(1,95,25); }
td.TdClassName
{
border-color: #015F19;
}
.TagClassName
{
border-color: #015F19;
}
</style>