Shades of Crusoe #016528
Tints of Crusoe #016528
RGB
CMYK
RGB Variations
Color information
#016528 (or 0x016528) is known color: Crusoe. HEX triplet: 01, 65 and 28. RGB value is (1,101,40). Sum of RGB (Red+Green+Blue) = 1+101+40=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 101 (39.84% from 255 or 71.13% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 101 - color contains mainly: green. Hex color #016528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016528 is #FE9AD7. Grayscale: #404040. Windows color (decimal): -16685784 or 2647297. OLE color: 2647297.
HSL color Cylindrical-coordinate representation of color #016528: hue angle of 143.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016528 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 40 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.60 |
| HSL | 143.4º | 0.98% | 0.2% | - |
| HSV(B) | 143.4º | 0.99% | 0.4% | - |
| XYZ | 5.05 | 9.47 | 3.57 | - |
| YUV | 64.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 40 | 0.99 | 0 | 0.60 | 0.60 | 143.4 | 0.98 | 0.2 |
| Hex | 1 | 65 | 28 | 63 | 0 | 3C | 3C | 8F | 62 | 14 |
| Octal | 1 | 145 | 50 | 143 | 0 | 74 | 74 | 217 | 142 | 24 |
| Binary | 1 | 1100101 | 101000 | 1100011 | 0 | 111100 | 111100 | 10001111 | 1100010 | 10100 |
Color Harmonies of #016528
Complementary color
Monochromatic Colors of #016528
Black with #016528
Text Example
Text Example
White with #016528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016528; }
p { color: rgb(1,101,40); }
H1.HeaderClassName
{
color: #016528;
}
.AnyTagClassName
{
color: #016528;
}
</style>
background-color css
<style>
a { background-color: #016528; }
a { background-color: rgb(1,101,40); }
div.DivClassName
{
background-color: #016528;
}
.BgClassName
{
background-color: #016528;
}
</style>
border-color css
<style>
span { border-color: #016528; }
span { border-color: rgb(1,101,40); }
td.TdClassName
{
border-color: #016528;
}
.TagClassName
{
border-color: #016528;
}
</style>