Shades of Crusoe #116A31
Tints of Crusoe #116A31
RGB
CMYK
RGB Variations
Color information
#116A31 (or 0x116A31) is known color: Crusoe. HEX triplet: 11, 6A and 31. RGB value is (17,106,49). Sum of RGB (Red+Green+Blue) = 17+106+49=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 106 (41.80% from 255 or 61.63% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 106 - color contains mainly: green. Hex color #116A31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A31 is #EE95CE. Grayscale: #494949. Windows color (decimal): -15635919 or 3238417. OLE color: 3238417.
HSL color Cylindrical-coordinate representation of color #116A31: hue angle of 141.57º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A31 is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 49 | - |
| CMYK | 0.84 | 0 | 0.54 | 0.58 |
| HSL | 141.57º | 0.72% | 0.24% | - |
| HSV(B) | 141.57º | 0.84% | 0.42% | - |
| XYZ | 5.94 | 10.65 | 4.65 | - |
| YUV | 72.89 | 114.51 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 49 | 0.84 | 0 | 0.54 | 0.58 | 141.57 | 0.72 | 0.24 |
| Hex | 11 | 6A | 31 | 54 | 0 | 36 | 3A | 8E | 48 | 18 |
| Octal | 21 | 152 | 61 | 124 | 0 | 66 | 72 | 216 | 110 | 30 |
| Binary | 10001 | 1101010 | 110001 | 1010100 | 0 | 110110 | 111010 | 10001110 | 1001000 | 11000 |
Color Harmonies of #116A31
Complementary color
Monochromatic Colors of #116A31
Black with #116A31
Text Example
Text Example
White with #116A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A31; }
p { color: rgb(17,106,49); }
H1.HeaderClassName
{
color: #116A31;
}
.AnyTagClassName
{
color: #116A31;
}
</style>
background-color css
<style>
a { background-color: #116A31; }
a { background-color: rgb(17,106,49); }
div.DivClassName
{
background-color: #116A31;
}
.BgClassName
{
background-color: #116A31;
}
</style>
border-color css
<style>
span { border-color: #116A31; }
span { border-color: rgb(17,106,49); }
td.TdClassName
{
border-color: #116A31;
}
.TagClassName
{
border-color: #116A31;
}
</style>