Shades of Crusoe #016324
Tints of Crusoe #016324
RGB
CMYK
RGB Variations
Color information
#016324 (or 0x016324) is known color: Crusoe. HEX triplet: 01, 63 and 24. RGB value is (1,99,36). Sum of RGB (Red+Green+Blue) = 1+99+36=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #016324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016324 is #FE9CDB. Grayscale: #3E3E3E. Windows color (decimal): -16686300 or 2384641. OLE color: 2384641.
HSL color Cylindrical-coordinate representation of color #016324: hue angle of 141.43º 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 #016324 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 36 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.61 |
| HSL | 141.43º | 0.98% | 0.2% | - |
| HSV(B) | 141.43º | 0.99% | 0.39% | - |
| XYZ | 4.79 | 9.06 | 3.16 | - |
| YUV | 62.52 | 113.03 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 36 | 0.99 | 0 | 0.64 | 0.61 | 141.43 | 0.98 | 0.2 |
| Hex | 1 | 63 | 24 | 63 | 0 | 40 | 3D | 8D | 62 | 14 |
| Octal | 1 | 143 | 44 | 143 | 0 | 100 | 75 | 215 | 142 | 24 |
| Binary | 1 | 1100011 | 100100 | 1100011 | 0 | 1000000 | 111101 | 10001101 | 1100010 | 10100 |
Color Harmonies of #016324
Complementary color
Monochromatic Colors of #016324
Black with #016324
Text Example
Text Example
White with #016324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016324; }
p { color: rgb(1,99,36); }
H1.HeaderClassName
{
color: #016324;
}
.AnyTagClassName
{
color: #016324;
}
</style>
background-color css
<style>
a { background-color: #016324; }
a { background-color: rgb(1,99,36); }
div.DivClassName
{
background-color: #016324;
}
.BgClassName
{
background-color: #016324;
}
</style>
border-color css
<style>
span { border-color: #016324; }
span { border-color: rgb(1,99,36); }
td.TdClassName
{
border-color: #016324;
}
.TagClassName
{
border-color: #016324;
}
</style>