Shades of Crusoe #116224
Tints of Crusoe #116224
RGB
CMYK
RGB Variations
Color information
#116224 (or 0x116224) is known color: Crusoe. HEX triplet: 11, 62 and 24. RGB value is (17,98,36). Sum of RGB (Red+Green+Blue) = 17+98+36=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #116224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116224 is #EE9DDB. Grayscale: #424242. Windows color (decimal): -15637980 or 2384401. OLE color: 2384401.
HSL color Cylindrical-coordinate representation of color #116224: hue angle of 134.07º 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 #116224 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 36 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.62 |
| HSL | 134.07º | 0.7% | 0.23% | - |
| HSV(B) | 134.07º | 0.83% | 0.38% | - |
| XYZ | 4.92 | 8.98 | 3.14 | - |
| YUV | 66.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 36 | 0.83 | 0 | 0.63 | 0.62 | 134.07 | 0.7 | 0.23 |
| Hex | 11 | 62 | 24 | 53 | 0 | 3F | 3E | 86 | 46 | 17 |
| Octal | 21 | 142 | 44 | 123 | 0 | 77 | 76 | 206 | 106 | 27 |
| Binary | 10001 | 1100010 | 100100 | 1010011 | 0 | 111111 | 111110 | 10000110 | 1000110 | 10111 |
Color Harmonies of #116224
Complementary color
Monochromatic Colors of #116224
Black with #116224
Text Example
Text Example
White with #116224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116224; }
p { color: rgb(17,98,36); }
H1.HeaderClassName
{
color: #116224;
}
.AnyTagClassName
{
color: #116224;
}
</style>
background-color css
<style>
a { background-color: #116224; }
a { background-color: rgb(17,98,36); }
div.DivClassName
{
background-color: #116224;
}
.BgClassName
{
background-color: #116224;
}
</style>
border-color css
<style>
span { border-color: #116224; }
span { border-color: rgb(17,98,36); }
td.TdClassName
{
border-color: #116224;
}
.TagClassName
{
border-color: #116224;
}
</style>