Shades of Crusoe #015E14
Tints of Crusoe #015E14
RGB
CMYK
RGB Variations
Color information
#015E14 (or 0x015E14) is known color: Crusoe. HEX triplet: 01, 5E and 14. RGB value is (1,94,20). Sum of RGB (Red+Green+Blue) = 1+94+20=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #015E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015E14 is #FEA1EB. Grayscale: #393939. Windows color (decimal): -16687596 or 1334785. OLE color: 1334785.
HSL color Cylindrical-coordinate representation of color #015E14: hue angle of 132.26º 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 #015E14 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 20 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.63 |
| HSL | 132.26º | 0.98% | 0.19% | - |
| HSV(B) | 132.26º | 0.99% | 0.37% | - |
| XYZ | 4.14 | 8.06 | 2 | - |
| YUV | 57.76 | 106.69 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 20 | 0.99 | 0 | 0.79 | 0.63 | 132.26 | 0.98 | 0.19 |
| Hex | 1 | 5E | 14 | 63 | 0 | 4F | 3F | 84 | 62 | 13 |
| Octal | 1 | 136 | 24 | 143 | 0 | 117 | 77 | 204 | 142 | 23 |
| Binary | 1 | 1011110 | 10100 | 1100011 | 0 | 1001111 | 111111 | 10000100 | 1100010 | 10011 |
Color Harmonies of #015E14
Complementary color
Monochromatic Colors of #015E14
Black with #015E14
Text Example
Text Example
White with #015E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E14; }
p { color: rgb(1,94,20); }
H1.HeaderClassName
{
color: #015E14;
}
.AnyTagClassName
{
color: #015E14;
}
</style>
background-color css
<style>
a { background-color: #015E14; }
a { background-color: rgb(1,94,20); }
div.DivClassName
{
background-color: #015E14;
}
.BgClassName
{
background-color: #015E14;
}
</style>
border-color css
<style>
span { border-color: #015E14; }
span { border-color: rgb(1,94,20); }
td.TdClassName
{
border-color: #015E14;
}
.TagClassName
{
border-color: #015E14;
}
</style>