Shades of Crusoe #116223
Tints of Crusoe #116223
RGB
CMYK
RGB Variations
Color information
#116223 (or 0x116223) is known color: Crusoe. HEX triplet: 11, 62 and 23. RGB value is (17,98,35). Sum of RGB (Red+Green+Blue) = 17+98+35=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #116223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116223 is #EE9DDC. Grayscale: #424242. Windows color (decimal): -15637981 or 2318865. OLE color: 2318865.
HSL color Cylindrical-coordinate representation of color #116223: hue angle of 133.33º 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 #116223 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 35 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.62 |
| HSL | 133.33º | 0.7% | 0.23% | - |
| HSV(B) | 133.33º | 0.83% | 0.38% | - |
| XYZ | 4.9 | 8.98 | 3.06 | - |
| YUV | 66.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 35 | 0.83 | 0 | 0.64 | 0.62 | 133.33 | 0.7 | 0.23 |
| Hex | 11 | 62 | 23 | 53 | 0 | 40 | 3E | 85 | 46 | 17 |
| Octal | 21 | 142 | 43 | 123 | 0 | 100 | 76 | 205 | 106 | 27 |
| Binary | 10001 | 1100010 | 100011 | 1010011 | 0 | 1000000 | 111110 | 10000101 | 1000110 | 10111 |
Color Harmonies of #116223
Complementary color
Monochromatic Colors of #116223
Black with #116223
Text Example
Text Example
White with #116223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116223; }
p { color: rgb(17,98,35); }
H1.HeaderClassName
{
color: #116223;
}
.AnyTagClassName
{
color: #116223;
}
</style>
background-color css
<style>
a { background-color: #116223; }
a { background-color: rgb(17,98,35); }
div.DivClassName
{
background-color: #116223;
}
.BgClassName
{
background-color: #116223;
}
</style>
border-color css
<style>
span { border-color: #116223; }
span { border-color: rgb(17,98,35); }
td.TdClassName
{
border-color: #116223;
}
.TagClassName
{
border-color: #116223;
}
</style>