Shades of Crusoe #017020
Tints of Crusoe #017020
RGB
CMYK
RGB Variations
Color information
#017020 (or 0x017020) is known color: Crusoe. HEX triplet: 01, 70 and 20. RGB value is (1,112,32). Sum of RGB (Red+Green+Blue) = 1+112+32=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #017020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017020 is #FE8FDF. Grayscale: #454545. Windows color (decimal): -16682976 or 2125825. OLE color: 2125825.
HSL color Cylindrical-coordinate representation of color #017020: hue angle of 136.76º 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 #017020 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 32 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.56 |
| HSL | 136.76º | 0.98% | 0.22% | - |
| HSV(B) | 136.76º | 0.99% | 0.44% | - |
| XYZ | 6.07 | 11.7 | 3.3 | - |
| YUV | 69.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 32 | 0.99 | 0 | 0.71 | 0.56 | 136.76 | 0.98 | 0.22 |
| Hex | 1 | 70 | 20 | 63 | 0 | 47 | 38 | 89 | 62 | 16 |
| Octal | 1 | 160 | 40 | 143 | 0 | 107 | 70 | 211 | 142 | 26 |
| Binary | 1 | 1110000 | 100000 | 1100011 | 0 | 1000111 | 111000 | 10001001 | 1100010 | 10110 |
Color Harmonies of #017020
Complementary color
Monochromatic Colors of #017020
Black with #017020
Text Example
Text Example
White with #017020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017020; }
p { color: rgb(1,112,32); }
H1.HeaderClassName
{
color: #017020;
}
.AnyTagClassName
{
color: #017020;
}
</style>
background-color css
<style>
a { background-color: #017020; }
a { background-color: rgb(1,112,32); }
div.DivClassName
{
background-color: #017020;
}
.BgClassName
{
background-color: #017020;
}
</style>
border-color css
<style>
span { border-color: #017020; }
span { border-color: rgb(1,112,32); }
td.TdClassName
{
border-color: #017020;
}
.TagClassName
{
border-color: #017020;
}
</style>