Shades of Crusoe #116A33
Tints of Crusoe #116A33
RGB
CMYK
RGB Variations
Color information
#116A33 (or 0x116A33) is known color: Crusoe. HEX triplet: 11, 6A and 33. RGB value is (17,106,51). Sum of RGB (Red+Green+Blue) = 17+106+51=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #116A33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A33 is #EE95CC. Grayscale: #494949. Windows color (decimal): -15635917 or 3369489. OLE color: 3369489.
HSL color Cylindrical-coordinate representation of color #116A33: hue angle of 142.92º 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 #116A33 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 51 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.58 |
| HSL | 142.92º | 0.72% | 0.24% | - |
| HSV(B) | 142.92º | 0.84% | 0.42% | - |
| XYZ | 5.98 | 10.67 | 4.88 | - |
| YUV | 73.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 51 | 0.84 | 0 | 0.52 | 0.58 | 142.92 | 0.72 | 0.24 |
| Hex | 11 | 6A | 33 | 54 | 0 | 34 | 3A | 8F | 48 | 18 |
| Octal | 21 | 152 | 63 | 124 | 0 | 64 | 72 | 217 | 110 | 30 |
| Binary | 10001 | 1101010 | 110011 | 1010100 | 0 | 110100 | 111010 | 10001111 | 1001000 | 11000 |
Color Harmonies of #116A33
Complementary color
Monochromatic Colors of #116A33
Black with #116A33
Text Example
Text Example
White with #116A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A33; }
p { color: rgb(17,106,51); }
H1.HeaderClassName
{
color: #116A33;
}
.AnyTagClassName
{
color: #116A33;
}
</style>
background-color css
<style>
a { background-color: #116A33; }
a { background-color: rgb(17,106,51); }
div.DivClassName
{
background-color: #116A33;
}
.BgClassName
{
background-color: #116A33;
}
</style>
border-color css
<style>
span { border-color: #116A33; }
span { border-color: rgb(17,106,51); }
td.TdClassName
{
border-color: #116A33;
}
.TagClassName
{
border-color: #116A33;
}
</style>