Shades of Crusoe #116228
Tints of Crusoe #116228
RGB
CMYK
RGB Variations
Color information
#116228 (or 0x116228) is known color: Crusoe. HEX triplet: 11, 62 and 28. RGB value is (17,98,40). Sum of RGB (Red+Green+Blue) = 17+98+40=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #116228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116228 is #EE9DD7. Grayscale: #434343. Windows color (decimal): -15637976 or 2646545. OLE color: 2646545.
HSL color Cylindrical-coordinate representation of color #116228: hue angle of 137.04º 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 #116228 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 40 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.62 |
| HSL | 137.04º | 0.7% | 0.23% | - |
| HSV(B) | 137.04º | 0.83% | 0.38% | - |
| XYZ | 4.98 | 9.01 | 3.48 | - |
| YUV | 67.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 40 | 0.83 | 0 | 0.59 | 0.62 | 137.04 | 0.7 | 0.23 |
| Hex | 11 | 62 | 28 | 53 | 0 | 3B | 3E | 89 | 46 | 17 |
| Octal | 21 | 142 | 50 | 123 | 0 | 73 | 76 | 211 | 106 | 27 |
| Binary | 10001 | 1100010 | 101000 | 1010011 | 0 | 111011 | 111110 | 10001001 | 1000110 | 10111 |
Color Harmonies of #116228
Complementary color
Monochromatic Colors of #116228
Black with #116228
Text Example
Text Example
White with #116228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116228; }
p { color: rgb(17,98,40); }
H1.HeaderClassName
{
color: #116228;
}
.AnyTagClassName
{
color: #116228;
}
</style>
background-color css
<style>
a { background-color: #116228; }
a { background-color: rgb(17,98,40); }
div.DivClassName
{
background-color: #116228;
}
.BgClassName
{
background-color: #116228;
}
</style>
border-color css
<style>
span { border-color: #116228; }
span { border-color: rgb(17,98,40); }
td.TdClassName
{
border-color: #116228;
}
.TagClassName
{
border-color: #116228;
}
</style>