Shades of Crusoe #016321
Tints of Crusoe #016321
RGB
CMYK
RGB Variations
Color information
#016321 (or 0x016321) is known color: Crusoe. HEX triplet: 01, 63 and 21. RGB value is (1,99,33). Sum of RGB (Red+Green+Blue) = 1+99+33=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #016321 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016321 is #FE9CDE. Grayscale: #3E3E3E. Windows color (decimal): -16686303 or 2188033. OLE color: 2188033.
HSL color Cylindrical-coordinate representation of color #016321: hue angle of 139.59º 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 #016321 is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 33 | - |
| CMYK | 0.99 | 0 | 0.67 | 0.61 |
| HSL | 139.59º | 0.98% | 0.2% | - |
| HSV(B) | 139.59º | 0.99% | 0.39% | - |
| XYZ | 4.75 | 9.04 | 2.93 | - |
| YUV | 62.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 33 | 0.99 | 0 | 0.67 | 0.61 | 139.59 | 0.98 | 0.2 |
| Hex | 1 | 63 | 21 | 63 | 0 | 43 | 3D | 8C | 62 | 14 |
| Octal | 1 | 143 | 41 | 143 | 0 | 103 | 75 | 214 | 142 | 24 |
| Binary | 1 | 1100011 | 100001 | 1100011 | 0 | 1000011 | 111101 | 10001100 | 1100010 | 10100 |
Color Harmonies of #016321
Complementary color
Monochromatic Colors of #016321
Black with #016321
Text Example
Text Example
White with #016321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016321; }
p { color: rgb(1,99,33); }
H1.HeaderClassName
{
color: #016321;
}
.AnyTagClassName
{
color: #016321;
}
</style>
background-color css
<style>
a { background-color: #016321; }
a { background-color: rgb(1,99,33); }
div.DivClassName
{
background-color: #016321;
}
.BgClassName
{
background-color: #016321;
}
</style>
border-color css
<style>
span { border-color: #016321; }
span { border-color: rgb(1,99,33); }
td.TdClassName
{
border-color: #016321;
}
.TagClassName
{
border-color: #016321;
}
</style>