Shades of Crusoe #116629
Tints of Crusoe #116629
RGB
CMYK
RGB Variations
Color information
#116629 (or 0x116629) is known color: Crusoe. HEX triplet: 11, 66 and 29. RGB value is (17,102,41). Sum of RGB (Red+Green+Blue) = 17+102+41=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #116629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116629 is #EE99D6. Grayscale: #454545. Windows color (decimal): -15636951 or 2713105. OLE color: 2713105.
HSL color Cylindrical-coordinate representation of color #116629: hue angle of 136.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116629 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 41 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.6 |
| HSL | 136.94º | 0.71% | 0.23% | - |
| HSV(B) | 136.94º | 0.83% | 0.4% | - |
| XYZ | 5.38 | 9.78 | 3.7 | - |
| YUV | 69.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 41 | 0.83 | 0 | 0.60 | 0.6 | 136.94 | 0.71 | 0.23 |
| Hex | 11 | 66 | 29 | 53 | 0 | 3C | 3C | 89 | 47 | 17 |
| Octal | 21 | 146 | 51 | 123 | 0 | 74 | 74 | 211 | 107 | 27 |
| Binary | 10001 | 1100110 | 101001 | 1010011 | 0 | 111100 | 111100 | 10001001 | 1000111 | 10111 |
Color Harmonies of #116629
Complementary color
Monochromatic Colors of #116629
Black with #116629
Text Example
Text Example
White with #116629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116629; }
p { color: rgb(17,102,41); }
H1.HeaderClassName
{
color: #116629;
}
.AnyTagClassName
{
color: #116629;
}
</style>
background-color css
<style>
a { background-color: #116629; }
a { background-color: rgb(17,102,41); }
div.DivClassName
{
background-color: #116629;
}
.BgClassName
{
background-color: #116629;
}
</style>
border-color css
<style>
span { border-color: #116629; }
span { border-color: rgb(17,102,41); }
td.TdClassName
{
border-color: #116629;
}
.TagClassName
{
border-color: #116629;
}
</style>