Shades of Crusoe #016D2C
Tints of Crusoe #016D2C
RGB
CMYK
RGB Variations
Color information
#016D2C (or 0x016D2C) is known color: Crusoe. HEX triplet: 01, 6D and 2C. RGB value is (1,109,44). Sum of RGB (Red+Green+Blue) = 1+109+44=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 109 (42.97% from 255 or 70.78% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 109 - color contains mainly: green. Hex color #016D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D2C is #FE92D3. Grayscale: #454545. Windows color (decimal): -16683732 or 2911489. OLE color: 2911489.
HSL color Cylindrical-coordinate representation of color #016D2C: hue angle of 143.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D2C is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 44 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.57 |
| HSL | 143.89º | 0.98% | 0.22% | - |
| HSV(B) | 143.89º | 0.99% | 0.43% | - |
| XYZ | 5.94 | 11.13 | 4.22 | - |
| YUV | 69.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 44 | 0.99 | 0 | 0.60 | 0.57 | 143.89 | 0.98 | 0.22 |
| Hex | 1 | 6D | 2C | 63 | 0 | 3C | 39 | 90 | 62 | 16 |
| Octal | 1 | 155 | 54 | 143 | 0 | 74 | 71 | 220 | 142 | 26 |
| Binary | 1 | 1101101 | 101100 | 1100011 | 0 | 111100 | 111001 | 10010000 | 1100010 | 10110 |
Color Harmonies of #016D2C
Complementary color
Monochromatic Colors of #016D2C
Black with #016D2C
Text Example
Text Example
White with #016D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D2C; }
p { color: rgb(1,109,44); }
H1.HeaderClassName
{
color: #016D2C;
}
.AnyTagClassName
{
color: #016D2C;
}
</style>
background-color css
<style>
a { background-color: #016D2C; }
a { background-color: rgb(1,109,44); }
div.DivClassName
{
background-color: #016D2C;
}
.BgClassName
{
background-color: #016D2C;
}
</style>
border-color css
<style>
span { border-color: #016D2C; }
span { border-color: rgb(1,109,44); }
td.TdClassName
{
border-color: #016D2C;
}
.TagClassName
{
border-color: #016D2C;
}
</style>