Shades of Crusoe #015F20
Tints of Crusoe #015F20
RGB
CMYK
RGB Variations
Color information
#015F20 (or 0x015F20) is known color: Crusoe. HEX triplet: 01, 5F and 20. RGB value is (1,95,32). Sum of RGB (Red+Green+Blue) = 1+95+32=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #015F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F20 is #FEA0DF. Grayscale: #3B3B3B. Windows color (decimal): -16687328 or 2121473. OLE color: 2121473.
HSL color Cylindrical-coordinate representation of color #015F20: hue angle of 139.79º 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 #015F20 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 95 | 32 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.63 |
| HSL | 139.79º | 0.98% | 0.19% | - |
| HSV(B) | 139.79º | 0.99% | 0.37% | - |
| XYZ | 4.37 | 8.3 | 2.74 | - |
| YUV | 59.71 | 112.36 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 32 | 0.99 | 0 | 0.66 | 0.63 | 139.79 | 0.98 | 0.19 |
| Hex | 1 | 5F | 20 | 63 | 0 | 42 | 3F | 8C | 62 | 13 |
| Octal | 1 | 137 | 40 | 143 | 0 | 102 | 77 | 214 | 142 | 23 |
| Binary | 1 | 1011111 | 100000 | 1100011 | 0 | 1000010 | 111111 | 10001100 | 1100010 | 10011 |
Color Harmonies of #015F20
Complementary color
Monochromatic Colors of #015F20
Black with #015F20
Text Example
Text Example
White with #015F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F20; }
p { color: rgb(1,95,32); }
H1.HeaderClassName
{
color: #015F20;
}
.AnyTagClassName
{
color: #015F20;
}
</style>
background-color css
<style>
a { background-color: #015F20; }
a { background-color: rgb(1,95,32); }
div.DivClassName
{
background-color: #015F20;
}
.BgClassName
{
background-color: #015F20;
}
</style>
border-color css
<style>
span { border-color: #015F20; }
span { border-color: rgb(1,95,32); }
td.TdClassName
{
border-color: #015F20;
}
.TagClassName
{
border-color: #015F20;
}
</style>