Shades of Crusoe #015E1E
Tints of Crusoe #015E1E
RGB
CMYK
RGB Variations
Color information
#015E1E (or 0x015E1E) is known color: Crusoe. HEX triplet: 01, 5E and 1E. RGB value is (1,94,30). Sum of RGB (Red+Green+Blue) = 1+94+30=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #015E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E1E is #FEA1E1. Grayscale: #3B3B3B. Windows color (decimal): -16687586 or 1990145. OLE color: 1990145.
HSL color Cylindrical-coordinate representation of color #015E1E: hue angle of 138.71º 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 #015E1E is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 30 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.63 |
| HSL | 138.71º | 0.98% | 0.19% | - |
| HSV(B) | 138.71º | 0.99% | 0.37% | - |
| XYZ | 4.25 | 8.11 | 2.57 | - |
| YUV | 58.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 30 | 0.99 | 0 | 0.68 | 0.63 | 138.71 | 0.98 | 0.19 |
| Hex | 1 | 5E | 1E | 63 | 0 | 44 | 3F | 8B | 62 | 13 |
| Octal | 1 | 136 | 36 | 143 | 0 | 104 | 77 | 213 | 142 | 23 |
| Binary | 1 | 1011110 | 11110 | 1100011 | 0 | 1000100 | 111111 | 10001011 | 1100010 | 10011 |
Color Harmonies of #015E1E
Complementary color
Monochromatic Colors of #015E1E
Black with #015E1E
Text Example
Text Example
White with #015E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E1E; }
p { color: rgb(1,94,30); }
H1.HeaderClassName
{
color: #015E1E;
}
.AnyTagClassName
{
color: #015E1E;
}
</style>
background-color css
<style>
a { background-color: #015E1E; }
a { background-color: rgb(1,94,30); }
div.DivClassName
{
background-color: #015E1E;
}
.BgClassName
{
background-color: #015E1E;
}
</style>
border-color css
<style>
span { border-color: #015E1E; }
span { border-color: rgb(1,94,30); }
td.TdClassName
{
border-color: #015E1E;
}
.TagClassName
{
border-color: #015E1E;
}
</style>