Shades of Crusoe #017629
Tints of Crusoe #017629
RGB
CMYK
RGB Variations
Color information
#017629 (or 0x017629) is known color: Crusoe. HEX triplet: 01, 76 and 29. RGB value is (1,118,41). Sum of RGB (Red+Green+Blue) = 1+118+41=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #017629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017629 is #FE89D6. Grayscale: #4A4A4A. Windows color (decimal): -16681431 or 2717185. OLE color: 2717185.
HSL color Cylindrical-coordinate representation of color #017629: hue angle of 140.51º 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 #017629 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 41 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.54 |
| HSL | 140.51º | 0.98% | 0.23% | - |
| HSV(B) | 140.51º | 0.99% | 0.46% | - |
| XYZ | 6.89 | 13.12 | 4.27 | - |
| YUV | 74.24 | 109.24 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 41 | 0.99 | 0 | 0.65 | 0.54 | 140.51 | 0.98 | 0.23 |
| Hex | 1 | 76 | 29 | 63 | 0 | 41 | 36 | 8D | 62 | 17 |
| Octal | 1 | 166 | 51 | 143 | 0 | 101 | 66 | 215 | 142 | 27 |
| Binary | 1 | 1110110 | 101001 | 1100011 | 0 | 1000001 | 110110 | 10001101 | 1100010 | 10111 |
Color Harmonies of #017629
Complementary color
Monochromatic Colors of #017629
Black with #017629
Text Example
Text Example
White with #017629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017629; }
p { color: rgb(1,118,41); }
H1.HeaderClassName
{
color: #017629;
}
.AnyTagClassName
{
color: #017629;
}
</style>
background-color css
<style>
a { background-color: #017629; }
a { background-color: rgb(1,118,41); }
div.DivClassName
{
background-color: #017629;
}
.BgClassName
{
background-color: #017629;
}
</style>
border-color css
<style>
span { border-color: #017629; }
span { border-color: rgb(1,118,41); }
td.TdClassName
{
border-color: #017629;
}
.TagClassName
{
border-color: #017629;
}
</style>