Shades of Crusoe #016229
Tints of Crusoe #016229
RGB
CMYK
RGB Variations
Color information
#016229 (or 0x016229) is known color: Crusoe. HEX triplet: 01, 62 and 29. RGB value is (1,98,41). Sum of RGB (Red+Green+Blue) = 1+98+41=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #016229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016229 is #FE9DD6. Grayscale: #3E3E3E. Windows color (decimal): -16686551 or 2712065. OLE color: 2712065.
HSL color Cylindrical-coordinate representation of color #016229: hue angle of 144.74º 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 #016229 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 41 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.62 |
| HSL | 144.74º | 0.98% | 0.19% | - |
| HSV(B) | 144.74º | 0.99% | 0.38% | - |
| XYZ | 4.78 | 8.9 | 3.56 | - |
| YUV | 62.5 | 115.86 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 41 | 0.99 | 0 | 0.58 | 0.62 | 144.74 | 0.98 | 0.19 |
| Hex | 1 | 62 | 29 | 63 | 0 | 3A | 3E | 91 | 62 | 13 |
| Octal | 1 | 142 | 51 | 143 | 0 | 72 | 76 | 221 | 142 | 23 |
| Binary | 1 | 1100010 | 101001 | 1100011 | 0 | 111010 | 111110 | 10010001 | 1100010 | 10011 |
Color Harmonies of #016229
Complementary color
Monochromatic Colors of #016229
Black with #016229
Text Example
Text Example
White with #016229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016229; }
p { color: rgb(1,98,41); }
H1.HeaderClassName
{
color: #016229;
}
.AnyTagClassName
{
color: #016229;
}
</style>
background-color css
<style>
a { background-color: #016229; }
a { background-color: rgb(1,98,41); }
div.DivClassName
{
background-color: #016229;
}
.BgClassName
{
background-color: #016229;
}
</style>
border-color css
<style>
span { border-color: #016229; }
span { border-color: rgb(1,98,41); }
td.TdClassName
{
border-color: #016229;
}
.TagClassName
{
border-color: #016229;
}
</style>