Shades of Crusoe #016022
Tints of Crusoe #016022
RGB
CMYK
RGB Variations
Color information
#016022 (or 0x016022) is known color: Crusoe. HEX triplet: 01, 60 and 22. RGB value is (1,96,34). Sum of RGB (Red+Green+Blue) = 1+96+34=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #016022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016022 is #FE9FDD. Grayscale: #3C3C3C. Windows color (decimal): -16687070 or 2252801. OLE color: 2252801.
HSL color Cylindrical-coordinate representation of color #016022: hue angle of 140.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016022 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 34 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.62 |
| HSL | 140.84º | 0.98% | 0.19% | - |
| HSV(B) | 140.84º | 0.99% | 0.38% | - |
| XYZ | 4.48 | 8.49 | 2.92 | - |
| YUV | 60.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 34 | 0.99 | 0 | 0.65 | 0.62 | 140.84 | 0.98 | 0.19 |
| Hex | 1 | 60 | 22 | 63 | 0 | 41 | 3E | 8D | 62 | 13 |
| Octal | 1 | 140 | 42 | 143 | 0 | 101 | 76 | 215 | 142 | 23 |
| Binary | 1 | 1100000 | 100010 | 1100011 | 0 | 1000001 | 111110 | 10001101 | 1100010 | 10011 |
Color Harmonies of #016022
Complementary color
Monochromatic Colors of #016022
Black with #016022
Text Example
Text Example
White with #016022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016022; }
p { color: rgb(1,96,34); }
H1.HeaderClassName
{
color: #016022;
}
.AnyTagClassName
{
color: #016022;
}
</style>
background-color css
<style>
a { background-color: #016022; }
a { background-color: rgb(1,96,34); }
div.DivClassName
{
background-color: #016022;
}
.BgClassName
{
background-color: #016022;
}
</style>
border-color css
<style>
span { border-color: #016022; }
span { border-color: rgb(1,96,34); }
td.TdClassName
{
border-color: #016022;
}
.TagClassName
{
border-color: #016022;
}
</style>