Shades of Crusoe #016622
Tints of Crusoe #016622
RGB
CMYK
RGB Variations
Color information
#016622 (or 0x016622) is known color: Crusoe. HEX triplet: 01, 66 and 22. RGB value is (1,102,34). Sum of RGB (Red+Green+Blue) = 1+102+34=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #016622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016622 is #FE99DD. Grayscale: #404040. Windows color (decimal): -16685534 or 2254337. OLE color: 2254337.
HSL color Cylindrical-coordinate representation of color #016622: hue angle of 139.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016622 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 34 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.6 |
| HSL | 139.6º | 0.98% | 0.2% | - |
| HSV(B) | 139.6º | 0.99% | 0.4% | - |
| XYZ | 5.05 | 9.62 | 3.1 | - |
| YUV | 64.05 | 111.04 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 34 | 0.99 | 0 | 0.67 | 0.6 | 139.6 | 0.98 | 0.2 |
| Hex | 1 | 66 | 22 | 63 | 0 | 43 | 3C | 8C | 62 | 14 |
| Octal | 1 | 146 | 42 | 143 | 0 | 103 | 74 | 214 | 142 | 24 |
| Binary | 1 | 1100110 | 100010 | 1100011 | 0 | 1000011 | 111100 | 10001100 | 1100010 | 10100 |
Color Harmonies of #016622
Complementary color
Monochromatic Colors of #016622
Black with #016622
Text Example
Text Example
White with #016622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016622; }
p { color: rgb(1,102,34); }
H1.HeaderClassName
{
color: #016622;
}
.AnyTagClassName
{
color: #016622;
}
</style>
background-color css
<style>
a { background-color: #016622; }
a { background-color: rgb(1,102,34); }
div.DivClassName
{
background-color: #016622;
}
.BgClassName
{
background-color: #016622;
}
</style>
border-color css
<style>
span { border-color: #016622; }
span { border-color: rgb(1,102,34); }
td.TdClassName
{
border-color: #016622;
}
.TagClassName
{
border-color: #016622;
}
</style>