Shades of Crusoe #017021
Tints of Crusoe #017021
RGB
CMYK
RGB Variations
Color information
#017021 (or 0x017021) is known color: Crusoe. HEX triplet: 01, 70 and 21. RGB value is (1,112,33). Sum of RGB (Red+Green+Blue) = 1+112+33=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #017021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017021 is #FE8FDE. Grayscale: #464646. Windows color (decimal): -16682975 or 2191361. OLE color: 2191361.
HSL color Cylindrical-coordinate representation of color #017021: hue angle of 137.3º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017021 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 33 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.56 |
| HSL | 137.3º | 0.98% | 0.22% | - |
| HSV(B) | 137.3º | 0.99% | 0.44% | - |
| XYZ | 6.08 | 11.7 | 3.38 | - |
| YUV | 69.81 | 107.23 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 33 | 0.99 | 0 | 0.71 | 0.56 | 137.3 | 0.98 | 0.22 |
| Hex | 1 | 70 | 21 | 63 | 0 | 47 | 38 | 89 | 62 | 16 |
| Octal | 1 | 160 | 41 | 143 | 0 | 107 | 70 | 211 | 142 | 26 |
| Binary | 1 | 1110000 | 100001 | 1100011 | 0 | 1000111 | 111000 | 10001001 | 1100010 | 10110 |
Color Harmonies of #017021
Complementary color
Monochromatic Colors of #017021
Black with #017021
Text Example
Text Example
White with #017021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017021; }
p { color: rgb(1,112,33); }
H1.HeaderClassName
{
color: #017021;
}
.AnyTagClassName
{
color: #017021;
}
</style>
background-color css
<style>
a { background-color: #017021; }
a { background-color: rgb(1,112,33); }
div.DivClassName
{
background-color: #017021;
}
.BgClassName
{
background-color: #017021;
}
</style>
border-color css
<style>
span { border-color: #017021; }
span { border-color: rgb(1,112,33); }
td.TdClassName
{
border-color: #017021;
}
.TagClassName
{
border-color: #017021;
}
</style>