Shades of Crusoe #116A2E
Tints of Crusoe #116A2E
RGB
CMYK
RGB Variations
Color information
#116A2E (or 0x116A2E) is known color: Crusoe. HEX triplet: 11, 6A and 2E. RGB value is (17,106,46). Sum of RGB (Red+Green+Blue) = 17+106+46=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 106 (41.80% from 255 or 62.72% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 106 - color contains mainly: green. Hex color #116A2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A2E is #EE95D1. Grayscale: #484848. Windows color (decimal): -15635922 or 3041809. OLE color: 3041809.
HSL color Cylindrical-coordinate representation of color #116A2E: hue angle of 139.55º 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 #116A2E is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 46 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.58 |
| HSL | 139.55º | 0.72% | 0.24% | - |
| HSV(B) | 139.55º | 0.84% | 0.42% | - |
| XYZ | 5.88 | 10.62 | 4.33 | - |
| YUV | 72.55 | 113.01 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 46 | 0.84 | 0 | 0.57 | 0.58 | 139.55 | 0.72 | 0.24 |
| Hex | 11 | 6A | 2E | 54 | 0 | 39 | 3A | 8C | 48 | 18 |
| Octal | 21 | 152 | 56 | 124 | 0 | 71 | 72 | 214 | 110 | 30 |
| Binary | 10001 | 1101010 | 101110 | 1010100 | 0 | 111001 | 111010 | 10001100 | 1001000 | 11000 |
Color Harmonies of #116A2E
Complementary color
Monochromatic Colors of #116A2E
Black with #116A2E
Text Example
Text Example
White with #116A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A2E; }
p { color: rgb(17,106,46); }
H1.HeaderClassName
{
color: #116A2E;
}
.AnyTagClassName
{
color: #116A2E;
}
</style>
background-color css
<style>
a { background-color: #116A2E; }
a { background-color: rgb(17,106,46); }
div.DivClassName
{
background-color: #116A2E;
}
.BgClassName
{
background-color: #116A2E;
}
</style>
border-color css
<style>
span { border-color: #116A2E; }
span { border-color: rgb(17,106,46); }
td.TdClassName
{
border-color: #116A2E;
}
.TagClassName
{
border-color: #116A2E;
}
</style>