Shades of Crusoe #116824
Tints of Crusoe #116824
RGB
CMYK
RGB Variations
Color information
#116824 (or 0x116824) is known color: Crusoe. HEX triplet: 11, 68 and 24. RGB value is (17,104,36). Sum of RGB (Red+Green+Blue) = 17+104+36=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #116824 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116824 is #EE97DB. Grayscale: #464646. Windows color (decimal): -15636444 or 2385937. OLE color: 2385937.
HSL color Cylindrical-coordinate representation of color #116824: hue angle of 133.1º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116824 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 104 | 36 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.59 |
| HSL | 133.1º | 0.72% | 0.24% | - |
| HSV(B) | 133.1º | 0.84% | 0.41% | - |
| XYZ | 5.5 | 10.15 | 3.34 | - |
| YUV | 70.24 | 108.68 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 36 | 0.84 | 0 | 0.65 | 0.59 | 133.1 | 0.72 | 0.24 |
| Hex | 11 | 68 | 24 | 54 | 0 | 41 | 3B | 85 | 48 | 18 |
| Octal | 21 | 150 | 44 | 124 | 0 | 101 | 73 | 205 | 110 | 30 |
| Binary | 10001 | 1101000 | 100100 | 1010100 | 0 | 1000001 | 111011 | 10000101 | 1001000 | 11000 |
Color Harmonies of #116824
Complementary color
Monochromatic Colors of #116824
Black with #116824
Text Example
Text Example
White with #116824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116824; }
p { color: rgb(17,104,36); }
H1.HeaderClassName
{
color: #116824;
}
.AnyTagClassName
{
color: #116824;
}
</style>
background-color css
<style>
a { background-color: #116824; }
a { background-color: rgb(17,104,36); }
div.DivClassName
{
background-color: #116824;
}
.BgClassName
{
background-color: #116824;
}
</style>
border-color css
<style>
span { border-color: #116824; }
span { border-color: rgb(17,104,36); }
td.TdClassName
{
border-color: #116824;
}
.TagClassName
{
border-color: #116824;
}
</style>