Shades of Crusoe #016529
Tints of Crusoe #016529
RGB
CMYK
RGB Variations
Color information
#016529 (or 0x016529) is known color: Crusoe. HEX triplet: 01, 65 and 29. RGB value is (1,101,41). Sum of RGB (Red+Green+Blue) = 1+101+41=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #016529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016529 is #FE9AD6. Grayscale: #404040. Windows color (decimal): -16685783 or 2712833. OLE color: 2712833.
HSL color Cylindrical-coordinate representation of color #016529: hue angle of 144º 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 #016529 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 41 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.60 |
| HSL | 144º | 0.98% | 0.2% | - |
| HSV(B) | 144º | 0.99% | 0.4% | - |
| XYZ | 5.07 | 9.47 | 3.66 | - |
| YUV | 64.26 | 114.87 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 41 | 0.99 | 0 | 0.59 | 0.60 | 144 | 0.98 | 0.2 |
| Hex | 1 | 65 | 29 | 63 | 0 | 3B | 3C | 90 | 62 | 14 |
| Octal | 1 | 145 | 51 | 143 | 0 | 73 | 74 | 220 | 142 | 24 |
| Binary | 1 | 1100101 | 101001 | 1100011 | 0 | 111011 | 111100 | 10010000 | 1100010 | 10100 |
Color Harmonies of #016529
Complementary color
Monochromatic Colors of #016529
Black with #016529
Text Example
Text Example
White with #016529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016529; }
p { color: rgb(1,101,41); }
H1.HeaderClassName
{
color: #016529;
}
.AnyTagClassName
{
color: #016529;
}
</style>
background-color css
<style>
a { background-color: #016529; }
a { background-color: rgb(1,101,41); }
div.DivClassName
{
background-color: #016529;
}
.BgClassName
{
background-color: #016529;
}
</style>
border-color css
<style>
span { border-color: #016529; }
span { border-color: rgb(1,101,41); }
td.TdClassName
{
border-color: #016529;
}
.TagClassName
{
border-color: #016529;
}
</style>