Shades of Crusoe #116221
Tints of Crusoe #116221
RGB
CMYK
RGB Variations
Color information
#116221 (or 0x116221) is known color: Crusoe. HEX triplet: 11, 62 and 21. RGB value is (17,98,33). Sum of RGB (Red+Green+Blue) = 17+98+33=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #116221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116221 is #EE9DDE. Grayscale: #424242. Windows color (decimal): -15637983 or 2187793. OLE color: 2187793.
HSL color Cylindrical-coordinate representation of color #116221: hue angle of 131.85º 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 #116221 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 33 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.62 |
| HSL | 131.85º | 0.7% | 0.23% | - |
| HSV(B) | 131.85º | 0.83% | 0.38% | - |
| XYZ | 4.87 | 8.96 | 2.91 | - |
| YUV | 66.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 33 | 0.83 | 0 | 0.66 | 0.62 | 131.85 | 0.7 | 0.23 |
| Hex | 11 | 62 | 21 | 53 | 0 | 42 | 3E | 84 | 46 | 17 |
| Octal | 21 | 142 | 41 | 123 | 0 | 102 | 76 | 204 | 106 | 27 |
| Binary | 10001 | 1100010 | 100001 | 1010011 | 0 | 1000010 | 111110 | 10000100 | 1000110 | 10111 |
Color Harmonies of #116221
Complementary color
Monochromatic Colors of #116221
Black with #116221
Text Example
Text Example
White with #116221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116221; }
p { color: rgb(17,98,33); }
H1.HeaderClassName
{
color: #116221;
}
.AnyTagClassName
{
color: #116221;
}
</style>
background-color css
<style>
a { background-color: #116221; }
a { background-color: rgb(17,98,33); }
div.DivClassName
{
background-color: #116221;
}
.BgClassName
{
background-color: #116221;
}
</style>
border-color css
<style>
span { border-color: #116221; }
span { border-color: rgb(17,98,33); }
td.TdClassName
{
border-color: #116221;
}
.TagClassName
{
border-color: #116221;
}
</style>