Shades of Crusoe #017824
Tints of Crusoe #017824
RGB
CMYK
RGB Variations
Color information
#017824 (or 0x017824) is known color: Crusoe. HEX triplet: 01, 78 and 24. RGB value is (1,120,36). Sum of RGB (Red+Green+Blue) = 1+120+36=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #017824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017824 is #FE87DB. Grayscale: #4B4B4B. Windows color (decimal): -16680924 or 2390017. OLE color: 2390017.
HSL color Cylindrical-coordinate representation of color #017824: hue angle of 137.65º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017824 is Cyan = 0.99, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 120 | 36 | - |
| CMYK | 0.99 | 0 | 0.7 | 0.53 |
| HSL | 137.65º | 0.98% | 0.24% | - |
| HSV(B) | 137.65º | 0.99% | 0.47% | - |
| XYZ | 7.05 | 13.57 | 3.92 | - |
| YUV | 74.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 120 | 36 | 0.99 | 0 | 0.7 | 0.53 | 137.65 | 0.98 | 0.24 |
| Hex | 1 | 78 | 24 | 63 | 0 | 46 | 35 | 8A | 62 | 18 |
| Octal | 1 | 170 | 44 | 143 | 0 | 106 | 65 | 212 | 142 | 30 |
| Binary | 1 | 1111000 | 100100 | 1100011 | 0 | 1000110 | 110101 | 10001010 | 1100010 | 11000 |
Color Harmonies of #017824
Complementary color
Monochromatic Colors of #017824
Black with #017824
Text Example
Text Example
White with #017824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017824; }
p { color: rgb(1,120,36); }
H1.HeaderClassName
{
color: #017824;
}
.AnyTagClassName
{
color: #017824;
}
</style>
background-color css
<style>
a { background-color: #017824; }
a { background-color: rgb(1,120,36); }
div.DivClassName
{
background-color: #017824;
}
.BgClassName
{
background-color: #017824;
}
</style>
border-color css
<style>
span { border-color: #017824; }
span { border-color: rgb(1,120,36); }
td.TdClassName
{
border-color: #017824;
}
.TagClassName
{
border-color: #017824;
}
</style>