Shades of Crusoe #016729
Tints of Crusoe #016729
RGB
CMYK
RGB Variations
Color information
#016729 (or 0x016729) is known color: Crusoe. HEX triplet: 01, 67 and 29. RGB value is (1,103,41). Sum of RGB (Red+Green+Blue) = 1+103+41=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 103 (40.62% from 255 or 71.03% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 103 - color contains mainly: green. Hex color #016729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016729 is #FE98D6. Grayscale: #414141. Windows color (decimal): -16685271 or 2713345. OLE color: 2713345.
HSL color Cylindrical-coordinate representation of color #016729: hue angle of 143.53º 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 #016729 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 41 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.60 |
| HSL | 143.53º | 0.98% | 0.2% | - |
| HSV(B) | 143.53º | 0.99% | 0.4% | - |
| XYZ | 5.26 | 9.87 | 3.72 | - |
| YUV | 65.43 | 114.21 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 41 | 0.99 | 0 | 0.60 | 0.60 | 143.53 | 0.98 | 0.2 |
| Hex | 1 | 67 | 29 | 63 | 0 | 3C | 3C | 90 | 62 | 14 |
| Octal | 1 | 147 | 51 | 143 | 0 | 74 | 74 | 220 | 142 | 24 |
| Binary | 1 | 1100111 | 101001 | 1100011 | 0 | 111100 | 111100 | 10010000 | 1100010 | 10100 |
Color Harmonies of #016729
Complementary color
Monochromatic Colors of #016729
Black with #016729
Text Example
Text Example
White with #016729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016729; }
p { color: rgb(1,103,41); }
H1.HeaderClassName
{
color: #016729;
}
.AnyTagClassName
{
color: #016729;
}
</style>
background-color css
<style>
a { background-color: #016729; }
a { background-color: rgb(1,103,41); }
div.DivClassName
{
background-color: #016729;
}
.BgClassName
{
background-color: #016729;
}
</style>
border-color css
<style>
span { border-color: #016729; }
span { border-color: rgb(1,103,41); }
td.TdClassName
{
border-color: #016729;
}
.TagClassName
{
border-color: #016729;
}
</style>