Shades of Crusoe #016222
Tints of Crusoe #016222
RGB
CMYK
RGB Variations
Color information
#016222 (or 0x016222) is known color: Crusoe. HEX triplet: 01, 62 and 22. RGB value is (1,98,34). Sum of RGB (Red+Green+Blue) = 1+98+34=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #016222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016222 is #FE9DDD. Grayscale: #3D3D3D. Windows color (decimal): -16686558 or 2253313. OLE color: 2253313.
HSL color Cylindrical-coordinate representation of color #016222: hue angle of 140.41º 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 #016222 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 34 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.62 |
| HSL | 140.41º | 0.98% | 0.19% | - |
| HSV(B) | 140.41º | 0.99% | 0.38% | - |
| XYZ | 4.67 | 8.86 | 2.98 | - |
| YUV | 61.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 34 | 0.99 | 0 | 0.65 | 0.62 | 140.41 | 0.98 | 0.19 |
| Hex | 1 | 62 | 22 | 63 | 0 | 41 | 3E | 8C | 62 | 13 |
| Octal | 1 | 142 | 42 | 143 | 0 | 101 | 76 | 214 | 142 | 23 |
| Binary | 1 | 1100010 | 100010 | 1100011 | 0 | 1000001 | 111110 | 10001100 | 1100010 | 10011 |
Color Harmonies of #016222
Complementary color
Monochromatic Colors of #016222
Black with #016222
Text Example
Text Example
White with #016222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016222; }
p { color: rgb(1,98,34); }
H1.HeaderClassName
{
color: #016222;
}
.AnyTagClassName
{
color: #016222;
}
</style>
background-color css
<style>
a { background-color: #016222; }
a { background-color: rgb(1,98,34); }
div.DivClassName
{
background-color: #016222;
}
.BgClassName
{
background-color: #016222;
}
</style>
border-color css
<style>
span { border-color: #016222; }
span { border-color: rgb(1,98,34); }
td.TdClassName
{
border-color: #016222;
}
.TagClassName
{
border-color: #016222;
}
</style>