Shades of Crusoe #11611C
Tints of Crusoe #11611C
RGB
CMYK
RGB Variations
Color information
#11611C (or 0x11611C) is known color: Crusoe. HEX triplet: 11, 61 and 1C. RGB value is (17,97,28). Sum of RGB (Red+Green+Blue) = 17+97+28=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #11611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11611C is #EE9EE3. Grayscale: #414141. Windows color (decimal): -15638244 or 1859857. OLE color: 1859857.
HSL color Cylindrical-coordinate representation of color #11611C: hue angle of 128.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 #11611C is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 28 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.62 |
| HSL | 128.25º | 0.7% | 0.22% | - |
| HSV(B) | 128.25º | 0.82% | 0.38% | - |
| XYZ | 4.72 | 8.75 | 2.54 | - |
| YUV | 65.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 28 | 0.82 | 0 | 0.71 | 0.62 | 128.25 | 0.7 | 0.22 |
| Hex | 11 | 61 | 1C | 52 | 0 | 47 | 3E | 80 | 46 | 16 |
| Octal | 21 | 141 | 34 | 122 | 0 | 107 | 76 | 200 | 106 | 26 |
| Binary | 10001 | 1100001 | 11100 | 1010010 | 0 | 1000111 | 111110 | 10000000 | 1000110 | 10110 |
Color Harmonies of #11611C
Complementary color
Monochromatic Colors of #11611C
Black with #11611C
Text Example
Text Example
White with #11611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11611C; }
p { color: rgb(17,97,28); }
H1.HeaderClassName
{
color: #11611C;
}
.AnyTagClassName
{
color: #11611C;
}
</style>
background-color css
<style>
a { background-color: #11611C; }
a { background-color: rgb(17,97,28); }
div.DivClassName
{
background-color: #11611C;
}
.BgClassName
{
background-color: #11611C;
}
</style>
border-color css
<style>
span { border-color: #11611C; }
span { border-color: rgb(17,97,28); }
td.TdClassName
{
border-color: #11611C;
}
.TagClassName
{
border-color: #11611C;
}
</style>