Shades of Crusoe #017622
Tints of Crusoe #017622
RGB
CMYK
RGB Variations
Color information
#017622 (or 0x017622) is known color: Crusoe. HEX triplet: 01, 76 and 22. RGB value is (1,118,34). Sum of RGB (Red+Green+Blue) = 1+118+34=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #017622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017622 is #FE89DD. Grayscale: #494949. Windows color (decimal): -16681438 or 2258433. OLE color: 2258433.
HSL color Cylindrical-coordinate representation of color #017622: hue angle of 136.92º 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 #017622 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 34 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.54 |
| HSL | 136.92º | 0.98% | 0.23% | - |
| HSV(B) | 136.92º | 0.99% | 0.46% | - |
| XYZ | 6.78 | 13.08 | 3.68 | - |
| YUV | 73.44 | 105.74 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 34 | 0.99 | 0 | 0.71 | 0.54 | 136.92 | 0.98 | 0.23 |
| Hex | 1 | 76 | 22 | 63 | 0 | 47 | 36 | 89 | 62 | 17 |
| Octal | 1 | 166 | 42 | 143 | 0 | 107 | 66 | 211 | 142 | 27 |
| Binary | 1 | 1110110 | 100010 | 1100011 | 0 | 1000111 | 110110 | 10001001 | 1100010 | 10111 |
Color Harmonies of #017622
Complementary color
Monochromatic Colors of #017622
Black with #017622
Text Example
Text Example
White with #017622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017622; }
p { color: rgb(1,118,34); }
H1.HeaderClassName
{
color: #017622;
}
.AnyTagClassName
{
color: #017622;
}
</style>
background-color css
<style>
a { background-color: #017622; }
a { background-color: rgb(1,118,34); }
div.DivClassName
{
background-color: #017622;
}
.BgClassName
{
background-color: #017622;
}
</style>
border-color css
<style>
span { border-color: #017622; }
span { border-color: rgb(1,118,34); }
td.TdClassName
{
border-color: #017622;
}
.TagClassName
{
border-color: #017622;
}
</style>