Shades of Crusoe #116222
Tints of Crusoe #116222
RGB
CMYK
RGB Variations
Color information
#116222 (or 0x116222) is known color: Crusoe. HEX triplet: 11, 62 and 22. RGB value is (17,98,34). Sum of RGB (Red+Green+Blue) = 17+98+34=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #116222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116222 is #EE9DDD. Grayscale: #424242. Windows color (decimal): -15637982 or 2253329. OLE color: 2253329.
HSL color Cylindrical-coordinate representation of color #116222: hue angle of 132.59º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116222 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 34 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.62 |
| HSL | 132.59º | 0.7% | 0.23% | - |
| HSV(B) | 132.59º | 0.83% | 0.38% | - |
| XYZ | 4.89 | 8.97 | 2.99 | - |
| YUV | 66.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 34 | 0.83 | 0 | 0.65 | 0.62 | 132.59 | 0.7 | 0.23 |
| Hex | 11 | 62 | 22 | 53 | 0 | 41 | 3E | 85 | 46 | 17 |
| Octal | 21 | 142 | 42 | 123 | 0 | 101 | 76 | 205 | 106 | 27 |
| Binary | 10001 | 1100010 | 100010 | 1010011 | 0 | 1000001 | 111110 | 10000101 | 1000110 | 10111 |
Color Harmonies of #116222
Complementary color
Monochromatic Colors of #116222
Black with #116222
Text Example
Text Example
White with #116222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116222; }
p { color: rgb(17,98,34); }
H1.HeaderClassName
{
color: #116222;
}
.AnyTagClassName
{
color: #116222;
}
</style>
background-color css
<style>
a { background-color: #116222; }
a { background-color: rgb(17,98,34); }
div.DivClassName
{
background-color: #116222;
}
.BgClassName
{
background-color: #116222;
}
</style>
border-color css
<style>
span { border-color: #116222; }
span { border-color: rgb(17,98,34); }
td.TdClassName
{
border-color: #116222;
}
.TagClassName
{
border-color: #116222;
}
</style>