Shades of Crusoe #116A2D
Tints of Crusoe #116A2D
RGB
CMYK
RGB Variations
Color information
#116A2D (or 0x116A2D) is known color: Crusoe. HEX triplet: 11, 6A and 2D. RGB value is (17,106,45). Sum of RGB (Red+Green+Blue) = 17+106+45=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #116A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A2D is #EE95D2. Grayscale: #484848. Windows color (decimal): -15635923 or 2976273. OLE color: 2976273.
HSL color Cylindrical-coordinate representation of color #116A2D: hue angle of 138.88º 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 #116A2D is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 45 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.58 |
| HSL | 138.88º | 0.72% | 0.24% | - |
| HSV(B) | 138.88º | 0.84% | 0.42% | - |
| XYZ | 5.86 | 10.62 | 4.22 | - |
| YUV | 72.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 45 | 0.84 | 0 | 0.58 | 0.58 | 138.88 | 0.72 | 0.24 |
| Hex | 11 | 6A | 2D | 54 | 0 | 3A | 3A | 8B | 48 | 18 |
| Octal | 21 | 152 | 55 | 124 | 0 | 72 | 72 | 213 | 110 | 30 |
| Binary | 10001 | 1101010 | 101101 | 1010100 | 0 | 111010 | 111010 | 10001011 | 1001000 | 11000 |
Color Harmonies of #116A2D
Complementary color
Monochromatic Colors of #116A2D
Black with #116A2D
Text Example
Text Example
White with #116A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A2D; }
p { color: rgb(17,106,45); }
H1.HeaderClassName
{
color: #116A2D;
}
.AnyTagClassName
{
color: #116A2D;
}
</style>
background-color css
<style>
a { background-color: #116A2D; }
a { background-color: rgb(17,106,45); }
div.DivClassName
{
background-color: #116A2D;
}
.BgClassName
{
background-color: #116A2D;
}
</style>
border-color css
<style>
span { border-color: #116A2D; }
span { border-color: rgb(17,106,45); }
td.TdClassName
{
border-color: #116A2D;
}
.TagClassName
{
border-color: #116A2D;
}
</style>