Shades of Crusoe #016429
Tints of Crusoe #016429
RGB
CMYK
RGB Variations
Color information
#016429 (or 0x016429) is known color: Crusoe. HEX triplet: 01, 64 and 29. RGB value is (1,100,41). Sum of RGB (Red+Green+Blue) = 1+100+41=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 100 (39.45% from 255 or 70.42% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 100 - color contains mainly: green. Hex color #016429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016429 is #FE9BD6. Grayscale: #3F3F3F. Windows color (decimal): -16686039 or 2712577. OLE color: 2712577.
HSL color Cylindrical-coordinate representation of color #016429: hue angle of 144.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016429 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 41 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.61 |
| HSL | 144.24º | 0.98% | 0.2% | - |
| HSV(B) | 144.24º | 0.99% | 0.39% | - |
| XYZ | 4.97 | 9.28 | 3.63 | - |
| YUV | 63.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 41 | 0.99 | 0 | 0.59 | 0.61 | 144.24 | 0.98 | 0.2 |
| Hex | 1 | 64 | 29 | 63 | 0 | 3B | 3D | 90 | 62 | 14 |
| Octal | 1 | 144 | 51 | 143 | 0 | 73 | 75 | 220 | 142 | 24 |
| Binary | 1 | 1100100 | 101001 | 1100011 | 0 | 111011 | 111101 | 10010000 | 1100010 | 10100 |
Color Harmonies of #016429
Complementary color
Monochromatic Colors of #016429
Black with #016429
Text Example
Text Example
White with #016429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016429; }
p { color: rgb(1,100,41); }
H1.HeaderClassName
{
color: #016429;
}
.AnyTagClassName
{
color: #016429;
}
</style>
background-color css
<style>
a { background-color: #016429; }
a { background-color: rgb(1,100,41); }
div.DivClassName
{
background-color: #016429;
}
.BgClassName
{
background-color: #016429;
}
</style>
border-color css
<style>
span { border-color: #016429; }
span { border-color: rgb(1,100,41); }
td.TdClassName
{
border-color: #016429;
}
.TagClassName
{
border-color: #016429;
}
</style>