Shades of Crusoe #11632E
Tints of Crusoe #11632E
RGB
CMYK
RGB Variations
Color information
#11632E (or 0x11632E) is known color: Crusoe. HEX triplet: 11, 63 and 2E. RGB value is (17,99,46). Sum of RGB (Red+Green+Blue) = 17+99+46=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #11632E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11632E is #EE9CD1. Grayscale: #444444. Windows color (decimal): -15637714 or 3040017. OLE color: 3040017.
HSL color Cylindrical-coordinate representation of color #11632E: hue angle of 141.22º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11632E is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 46 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.61 |
| HSL | 141.22º | 0.71% | 0.23% | - |
| HSV(B) | 141.22º | 0.83% | 0.39% | - |
| XYZ | 5.19 | 9.24 | 4.09 | - |
| YUV | 68.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 46 | 0.83 | 0 | 0.54 | 0.61 | 141.22 | 0.71 | 0.23 |
| Hex | 11 | 63 | 2E | 53 | 0 | 36 | 3D | 8D | 47 | 17 |
| Octal | 21 | 143 | 56 | 123 | 0 | 66 | 75 | 215 | 107 | 27 |
| Binary | 10001 | 1100011 | 101110 | 1010011 | 0 | 110110 | 111101 | 10001101 | 1000111 | 10111 |
Color Harmonies of #11632E
Complementary color
Monochromatic Colors of #11632E
Black with #11632E
Text Example
Text Example
White with #11632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11632E; }
p { color: rgb(17,99,46); }
H1.HeaderClassName
{
color: #11632E;
}
.AnyTagClassName
{
color: #11632E;
}
</style>
background-color css
<style>
a { background-color: #11632E; }
a { background-color: rgb(17,99,46); }
div.DivClassName
{
background-color: #11632E;
}
.BgClassName
{
background-color: #11632E;
}
</style>
border-color css
<style>
span { border-color: #11632E; }
span { border-color: rgb(17,99,46); }
td.TdClassName
{
border-color: #11632E;
}
.TagClassName
{
border-color: #11632E;
}
</style>