Shades of Crusoe #11612C
Tints of Crusoe #11612C
RGB
CMYK
RGB Variations
Color information
#11612C (or 0x11612C) is known color: Crusoe. HEX triplet: 11, 61 and 2C. RGB value is (17,97,44). Sum of RGB (Red+Green+Blue) = 17+97+44=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 97 (38.28% from 255 or 61.39% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 97 - color contains mainly: green. Hex color #11612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11612C is #EE9ED3. Grayscale: #434343. Windows color (decimal): -15638228 or 2908433. OLE color: 2908433.
HSL color Cylindrical-coordinate representation of color #11612C: hue angle of 140.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11612C is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 44 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.62 |
| HSL | 140.25º | 0.7% | 0.22% | - |
| HSV(B) | 140.25º | 0.82% | 0.38% | - |
| XYZ | 4.96 | 8.85 | 3.83 | - |
| YUV | 67.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 44 | 0.82 | 0 | 0.55 | 0.62 | 140.25 | 0.7 | 0.22 |
| Hex | 11 | 61 | 2C | 52 | 0 | 37 | 3E | 8C | 46 | 16 |
| Octal | 21 | 141 | 54 | 122 | 0 | 67 | 76 | 214 | 106 | 26 |
| Binary | 10001 | 1100001 | 101100 | 1010010 | 0 | 110111 | 111110 | 10001100 | 1000110 | 10110 |
Color Harmonies of #11612C
Complementary color
Monochromatic Colors of #11612C
Black with #11612C
Text Example
Text Example
White with #11612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11612C; }
p { color: rgb(17,97,44); }
H1.HeaderClassName
{
color: #11612C;
}
.AnyTagClassName
{
color: #11612C;
}
</style>
background-color css
<style>
a { background-color: #11612C; }
a { background-color: rgb(17,97,44); }
div.DivClassName
{
background-color: #11612C;
}
.BgClassName
{
background-color: #11612C;
}
</style>
border-color css
<style>
span { border-color: #11612C; }
span { border-color: rgb(17,97,44); }
td.TdClassName
{
border-color: #11612C;
}
.TagClassName
{
border-color: #11612C;
}
</style>