Shades of Crusoe #11622C
Tints of Crusoe #11622C
RGB
CMYK
RGB Variations
Color information
#11622C (or 0x11622C) is known color: Crusoe. HEX triplet: 11, 62 and 2C. RGB value is (17,98,44). Sum of RGB (Red+Green+Blue) = 17+98+44=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #11622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11622C is #EE9DD3. Grayscale: #434343. Windows color (decimal): -15637972 or 2908689. OLE color: 2908689.
HSL color Cylindrical-coordinate representation of color #11622C: hue angle of 140º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11622C is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 44 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.62 |
| HSL | 140º | 0.7% | 0.23% | - |
| HSV(B) | 140º | 0.83% | 0.38% | - |
| XYZ | 5.05 | 9.04 | 3.86 | - |
| YUV | 67.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 44 | 0.83 | 0 | 0.55 | 0.62 | 140 | 0.7 | 0.23 |
| Hex | 11 | 62 | 2C | 53 | 0 | 37 | 3E | 8C | 46 | 17 |
| Octal | 21 | 142 | 54 | 123 | 0 | 67 | 76 | 214 | 106 | 27 |
| Binary | 10001 | 1100010 | 101100 | 1010011 | 0 | 110111 | 111110 | 10001100 | 1000110 | 10111 |
Color Harmonies of #11622C
Complementary color
Monochromatic Colors of #11622C
Black with #11622C
Text Example
Text Example
White with #11622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11622C; }
p { color: rgb(17,98,44); }
H1.HeaderClassName
{
color: #11622C;
}
.AnyTagClassName
{
color: #11622C;
}
</style>
background-color css
<style>
a { background-color: #11622C; }
a { background-color: rgb(17,98,44); }
div.DivClassName
{
background-color: #11622C;
}
.BgClassName
{
background-color: #11622C;
}
</style>
border-color css
<style>
span { border-color: #11622C; }
span { border-color: rgb(17,98,44); }
td.TdClassName
{
border-color: #11622C;
}
.TagClassName
{
border-color: #11622C;
}
</style>