Shades of Crusoe #116A28
Tints of Crusoe #116A28
RGB
CMYK
RGB Variations
Color information
#116A28 (or 0x116A28) is known color: Crusoe. HEX triplet: 11, 6A and 28. RGB value is (17,106,40). Sum of RGB (Red+Green+Blue) = 17+106+40=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 106 (41.80% from 255 or 65.03% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 106 - color contains mainly: green. Hex color #116A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A28 is #EE95D7. Grayscale: #484848. Windows color (decimal): -15635928 or 2648593. OLE color: 2648593.
HSL color Cylindrical-coordinate representation of color #116A28: hue angle of 135.51º 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 #116A28 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 40 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.58 |
| HSL | 135.51º | 0.72% | 0.24% | - |
| HSV(B) | 135.51º | 0.84% | 0.42% | - |
| XYZ | 5.77 | 10.58 | 3.75 | - |
| YUV | 71.87 | 110.01 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 40 | 0.84 | 0 | 0.62 | 0.58 | 135.51 | 0.72 | 0.24 |
| Hex | 11 | 6A | 28 | 54 | 0 | 3E | 3A | 88 | 48 | 18 |
| Octal | 21 | 152 | 50 | 124 | 0 | 76 | 72 | 210 | 110 | 30 |
| Binary | 10001 | 1101010 | 101000 | 1010100 | 0 | 111110 | 111010 | 10001000 | 1001000 | 11000 |
Color Harmonies of #116A28
Complementary color
Monochromatic Colors of #116A28
Black with #116A28
Text Example
Text Example
White with #116A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A28; }
p { color: rgb(17,106,40); }
H1.HeaderClassName
{
color: #116A28;
}
.AnyTagClassName
{
color: #116A28;
}
</style>
background-color css
<style>
a { background-color: #116A28; }
a { background-color: rgb(17,106,40); }
div.DivClassName
{
background-color: #116A28;
}
.BgClassName
{
background-color: #116A28;
}
</style>
border-color css
<style>
span { border-color: #116A28; }
span { border-color: rgb(17,106,40); }
td.TdClassName
{
border-color: #116A28;
}
.TagClassName
{
border-color: #116A28;
}
</style>