Shades of Crusoe #015E22
Tints of Crusoe #015E22
RGB
CMYK
RGB Variations
Color information
#015E22 (or 0x015E22) is known color: Crusoe. HEX triplet: 01, 5E and 22. RGB value is (1,94,34). Sum of RGB (Red+Green+Blue) = 1+94+34=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #015E22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E22 is #FEA1DD. Grayscale: #3B3B3B. Windows color (decimal): -16687582 or 2252289. OLE color: 2252289.
HSL color Cylindrical-coordinate representation of color #015E22: hue angle of 141.29º 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 #015E22 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 1 | 94 | 34 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.63 |
| HSL | 141.29º | 0.98% | 0.19% | - |
| HSV(B) | 141.29º | 0.99% | 0.37% | - |
| XYZ | 4.3 | 8.13 | 2.86 | - |
| YUV | 59.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 34 | 0.99 | 0 | 0.64 | 0.63 | 141.29 | 0.98 | 0.19 |
| Hex | 1 | 5E | 22 | 63 | 0 | 40 | 3F | 8D | 62 | 13 |
| Octal | 1 | 136 | 42 | 143 | 0 | 100 | 77 | 215 | 142 | 23 |
| Binary | 1 | 1011110 | 100010 | 1100011 | 0 | 1000000 | 111111 | 10001101 | 1100010 | 10011 |
Color Harmonies of #015E22
Complementary color
Monochromatic Colors of #015E22
Black with #015E22
Text Example
Text Example
White with #015E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E22; }
p { color: rgb(1,94,34); }
H1.HeaderClassName
{
color: #015E22;
}
.AnyTagClassName
{
color: #015E22;
}
</style>
background-color css
<style>
a { background-color: #015E22; }
a { background-color: rgb(1,94,34); }
div.DivClassName
{
background-color: #015E22;
}
.BgClassName
{
background-color: #015E22;
}
</style>
border-color css
<style>
span { border-color: #015E22; }
span { border-color: rgb(1,94,34); }
td.TdClassName
{
border-color: #015E22;
}
.TagClassName
{
border-color: #015E22;
}
</style>