Shades of Crusoe #016D2D
Tints of Crusoe #016D2D
RGB
CMYK
RGB Variations
Color information
#016D2D (or 0x016D2D) is known color: Crusoe. HEX triplet: 01, 6D and 2D. RGB value is (1,109,45). Sum of RGB (Red+Green+Blue) = 1+109+45=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 109 (42.97% from 255 or 70.32% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 109 - color contains mainly: green. Hex color #016D2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D2D is #FE92D2. Grayscale: #454545. Windows color (decimal): -16683731 or 2977025. OLE color: 2977025.
HSL color Cylindrical-coordinate representation of color #016D2D: hue angle of 144.44º 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 #016D2D is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 45 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.57 |
| HSL | 144.44º | 0.98% | 0.22% | - |
| HSV(B) | 144.44º | 0.99% | 0.43% | - |
| XYZ | 5.95 | 11.13 | 4.32 | - |
| YUV | 69.41 | 114.22 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 45 | 0.99 | 0 | 0.59 | 0.57 | 144.44 | 0.98 | 0.22 |
| Hex | 1 | 6D | 2D | 63 | 0 | 3B | 39 | 90 | 62 | 16 |
| Octal | 1 | 155 | 55 | 143 | 0 | 73 | 71 | 220 | 142 | 26 |
| Binary | 1 | 1101101 | 101101 | 1100011 | 0 | 111011 | 111001 | 10010000 | 1100010 | 10110 |
Color Harmonies of #016D2D
Complementary color
Monochromatic Colors of #016D2D
Black with #016D2D
Text Example
Text Example
White with #016D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D2D; }
p { color: rgb(1,109,45); }
H1.HeaderClassName
{
color: #016D2D;
}
.AnyTagClassName
{
color: #016D2D;
}
</style>
background-color css
<style>
a { background-color: #016D2D; }
a { background-color: rgb(1,109,45); }
div.DivClassName
{
background-color: #016D2D;
}
.BgClassName
{
background-color: #016D2D;
}
</style>
border-color css
<style>
span { border-color: #016D2D; }
span { border-color: rgb(1,109,45); }
td.TdClassName
{
border-color: #016D2D;
}
.TagClassName
{
border-color: #016D2D;
}
</style>