Shades of Crusoe #016023
Tints of Crusoe #016023
RGB
CMYK
RGB Variations
Color information
#016023 (or 0x016023) is known color: Crusoe. HEX triplet: 01, 60 and 23. RGB value is (1,96,35). Sum of RGB (Red+Green+Blue) = 1+96+35=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 35 (14.06% from 255 or 26.52% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #016023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016023 is #FE9FDC. Grayscale: #3C3C3C. Windows color (decimal): -16687069 or 2318337. OLE color: 2318337.
HSL color Cylindrical-coordinate representation of color #016023: hue angle of 141.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016023 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 35 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.62 |
| HSL | 141.47º | 0.98% | 0.19% | - |
| HSV(B) | 141.47º | 0.99% | 0.38% | - |
| XYZ | 4.5 | 8.49 | 2.99 | - |
| YUV | 60.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 35 | 0.99 | 0 | 0.64 | 0.62 | 141.47 | 0.98 | 0.19 |
| Hex | 1 | 60 | 23 | 63 | 0 | 40 | 3E | 8D | 62 | 13 |
| Octal | 1 | 140 | 43 | 143 | 0 | 100 | 76 | 215 | 142 | 23 |
| Binary | 1 | 1100000 | 100011 | 1100011 | 0 | 1000000 | 111110 | 10001101 | 1100010 | 10011 |
Color Harmonies of #016023
Complementary color
Monochromatic Colors of #016023
Black with #016023
Text Example
Text Example
White with #016023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016023; }
p { color: rgb(1,96,35); }
H1.HeaderClassName
{
color: #016023;
}
.AnyTagClassName
{
color: #016023;
}
</style>
background-color css
<style>
a { background-color: #016023; }
a { background-color: rgb(1,96,35); }
div.DivClassName
{
background-color: #016023;
}
.BgClassName
{
background-color: #016023;
}
</style>
border-color css
<style>
span { border-color: #016023; }
span { border-color: rgb(1,96,35); }
td.TdClassName
{
border-color: #016023;
}
.TagClassName
{
border-color: #016023;
}
</style>