Shades of Crusoe #017521
Tints of Crusoe #017521
RGB
CMYK
RGB Variations
Color information
#017521 (or 0x017521) is known color: Crusoe. HEX triplet: 01, 75 and 21. RGB value is (1,117,33). Sum of RGB (Red+Green+Blue) = 1+117+33=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 117 (46.09% from 255 or 77.48% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 117 - color contains mainly: green. Hex color #017521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017521 is #FE8ADE. Grayscale: #484848. Windows color (decimal): -16681695 or 2192641. OLE color: 2192641.
HSL color Cylindrical-coordinate representation of color #017521: hue angle of 136.55º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017521 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 33 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.54 |
| HSL | 136.55º | 0.98% | 0.23% | - |
| HSV(B) | 136.55º | 0.99% | 0.46% | - |
| XYZ | 6.65 | 12.84 | 3.57 | - |
| YUV | 72.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 33 | 0.99 | 0 | 0.72 | 0.54 | 136.55 | 0.98 | 0.23 |
| Hex | 1 | 75 | 21 | 63 | 0 | 48 | 36 | 89 | 62 | 17 |
| Octal | 1 | 165 | 41 | 143 | 0 | 110 | 66 | 211 | 142 | 27 |
| Binary | 1 | 1110101 | 100001 | 1100011 | 0 | 1001000 | 110110 | 10001001 | 1100010 | 10111 |
Color Harmonies of #017521
Complementary color
Monochromatic Colors of #017521
Black with #017521
Text Example
Text Example
White with #017521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017521; }
p { color: rgb(1,117,33); }
H1.HeaderClassName
{
color: #017521;
}
.AnyTagClassName
{
color: #017521;
}
</style>
background-color css
<style>
a { background-color: #017521; }
a { background-color: rgb(1,117,33); }
div.DivClassName
{
background-color: #017521;
}
.BgClassName
{
background-color: #017521;
}
</style>
border-color css
<style>
span { border-color: #017521; }
span { border-color: rgb(1,117,33); }
td.TdClassName
{
border-color: #017521;
}
.TagClassName
{
border-color: #017521;
}
</style>