Shades of Crusoe #11642E
Tints of Crusoe #11642E
RGB
CMYK
RGB Variations
Color information
#11642E (or 0x11642E) is known color: Crusoe. HEX triplet: 11, 64 and 2E. RGB value is (17,100,46). Sum of RGB (Red+Green+Blue) = 17+100+46=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #11642E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11642E is #EE9BD1. Grayscale: #454545. Windows color (decimal): -15637458 or 3040273. OLE color: 3040273.
HSL color Cylindrical-coordinate representation of color #11642E: hue angle of 140.96º 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 #11642E is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 46 | - |
| CMYK | 0.83 | 0 | 0.54 | 0.61 |
| HSL | 140.96º | 0.71% | 0.23% | - |
| HSV(B) | 140.96º | 0.83% | 0.39% | - |
| XYZ | 5.28 | 9.43 | 4.13 | - |
| YUV | 69.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 46 | 0.83 | 0 | 0.54 | 0.61 | 140.96 | 0.71 | 0.23 |
| Hex | 11 | 64 | 2E | 53 | 0 | 36 | 3D | 8D | 47 | 17 |
| Octal | 21 | 144 | 56 | 123 | 0 | 66 | 75 | 215 | 107 | 27 |
| Binary | 10001 | 1100100 | 101110 | 1010011 | 0 | 110110 | 111101 | 10001101 | 1000111 | 10111 |
Color Harmonies of #11642E
Complementary color
Monochromatic Colors of #11642E
Black with #11642E
Text Example
Text Example
White with #11642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11642E; }
p { color: rgb(17,100,46); }
H1.HeaderClassName
{
color: #11642E;
}
.AnyTagClassName
{
color: #11642E;
}
</style>
background-color css
<style>
a { background-color: #11642E; }
a { background-color: rgb(17,100,46); }
div.DivClassName
{
background-color: #11642E;
}
.BgClassName
{
background-color: #11642E;
}
</style>
border-color css
<style>
span { border-color: #11642E; }
span { border-color: rgb(17,100,46); }
td.TdClassName
{
border-color: #11642E;
}
.TagClassName
{
border-color: #11642E;
}
</style>