Shades of Crusoe #116022
Tints of Crusoe #116022
RGB
CMYK
RGB Variations
Color information
#116022 (or 0x116022) is known color: Crusoe. HEX triplet: 11, 60 and 22. RGB value is (17,96,34). Sum of RGB (Red+Green+Blue) = 17+96+34=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #116022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116022 is #EE9FDD. Grayscale: #414141. Windows color (decimal): -15638494 or 2252817. OLE color: 2252817.
HSL color Cylindrical-coordinate representation of color #116022: hue angle of 132.91º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116022 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 34 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.62 |
| HSL | 132.91º | 0.7% | 0.22% | - |
| HSV(B) | 132.91º | 0.82% | 0.38% | - |
| XYZ | 4.7 | 8.6 | 2.93 | - |
| YUV | 65.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 34 | 0.82 | 0 | 0.65 | 0.62 | 132.91 | 0.7 | 0.22 |
| Hex | 11 | 60 | 22 | 52 | 0 | 41 | 3E | 85 | 46 | 16 |
| Octal | 21 | 140 | 42 | 122 | 0 | 101 | 76 | 205 | 106 | 26 |
| Binary | 10001 | 1100000 | 100010 | 1010010 | 0 | 1000001 | 111110 | 10000101 | 1000110 | 10110 |
Color Harmonies of #116022
Complementary color
Monochromatic Colors of #116022
Black with #116022
Text Example
Text Example
White with #116022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116022; }
p { color: rgb(17,96,34); }
H1.HeaderClassName
{
color: #116022;
}
.AnyTagClassName
{
color: #116022;
}
</style>
background-color css
<style>
a { background-color: #116022; }
a { background-color: rgb(17,96,34); }
div.DivClassName
{
background-color: #116022;
}
.BgClassName
{
background-color: #116022;
}
</style>
border-color css
<style>
span { border-color: #116022; }
span { border-color: rgb(17,96,34); }
td.TdClassName
{
border-color: #116022;
}
.TagClassName
{
border-color: #116022;
}
</style>