Shades of Crusoe #017624
Tints of Crusoe #017624
RGB
CMYK
RGB Variations
Color information
#017624 (or 0x017624) is known color: Crusoe. HEX triplet: 01, 76 and 24. RGB value is (1,118,36). Sum of RGB (Red+Green+Blue) = 1+118+36=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #017624 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017624 is #FE89DB. Grayscale: #494949. Windows color (decimal): -16681436 or 2389505. OLE color: 2389505.
HSL color Cylindrical-coordinate representation of color #017624: hue angle of 137.95º 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 #017624 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 36 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.54 |
| HSL | 137.95º | 0.98% | 0.23% | - |
| HSV(B) | 137.95º | 0.99% | 0.46% | - |
| XYZ | 6.81 | 13.09 | 3.84 | - |
| YUV | 73.67 | 106.74 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 36 | 0.99 | 0 | 0.69 | 0.54 | 137.95 | 0.98 | 0.23 |
| Hex | 1 | 76 | 24 | 63 | 0 | 45 | 36 | 8A | 62 | 17 |
| Octal | 1 | 166 | 44 | 143 | 0 | 105 | 66 | 212 | 142 | 27 |
| Binary | 1 | 1110110 | 100100 | 1100011 | 0 | 1000101 | 110110 | 10001010 | 1100010 | 10111 |
Color Harmonies of #017624
Complementary color
Monochromatic Colors of #017624
Black with #017624
Text Example
Text Example
White with #017624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017624; }
p { color: rgb(1,118,36); }
H1.HeaderClassName
{
color: #017624;
}
.AnyTagClassName
{
color: #017624;
}
</style>
background-color css
<style>
a { background-color: #017624; }
a { background-color: rgb(1,118,36); }
div.DivClassName
{
background-color: #017624;
}
.BgClassName
{
background-color: #017624;
}
</style>
border-color css
<style>
span { border-color: #017624; }
span { border-color: rgb(1,118,36); }
td.TdClassName
{
border-color: #017624;
}
.TagClassName
{
border-color: #017624;
}
</style>