Shades of Crusoe #017024
Tints of Crusoe #017024
RGB
CMYK
RGB Variations
Color information
#017024 (or 0x017024) is known color: Crusoe. HEX triplet: 01, 70 and 24. RGB value is (1,112,36). Sum of RGB (Red+Green+Blue) = 1+112+36=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #017024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017024 is #FE8FDB. Grayscale: #464646. Windows color (decimal): -16682972 or 2387969. OLE color: 2387969.
HSL color Cylindrical-coordinate representation of color #017024: hue angle of 138.92º 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 #017024 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 36 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.56 |
| HSL | 138.92º | 0.98% | 0.22% | - |
| HSV(B) | 138.92º | 0.99% | 0.44% | - |
| XYZ | 6.13 | 11.72 | 3.61 | - |
| YUV | 70.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 36 | 0.99 | 0 | 0.68 | 0.56 | 138.92 | 0.98 | 0.22 |
| Hex | 1 | 70 | 24 | 63 | 0 | 44 | 38 | 8B | 62 | 16 |
| Octal | 1 | 160 | 44 | 143 | 0 | 104 | 70 | 213 | 142 | 26 |
| Binary | 1 | 1110000 | 100100 | 1100011 | 0 | 1000100 | 111000 | 10001011 | 1100010 | 10110 |
Color Harmonies of #017024
Complementary color
Monochromatic Colors of #017024
Black with #017024
Text Example
Text Example
White with #017024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017024; }
p { color: rgb(1,112,36); }
H1.HeaderClassName
{
color: #017024;
}
.AnyTagClassName
{
color: #017024;
}
</style>
background-color css
<style>
a { background-color: #017024; }
a { background-color: rgb(1,112,36); }
div.DivClassName
{
background-color: #017024;
}
.BgClassName
{
background-color: #017024;
}
</style>
border-color css
<style>
span { border-color: #017024; }
span { border-color: rgb(1,112,36); }
td.TdClassName
{
border-color: #017024;
}
.TagClassName
{
border-color: #017024;
}
</style>