Shades of Crusoe #11651C
Tints of Crusoe #11651C
RGB
CMYK
RGB Variations
Color information
#11651C (or 0x11651C) is known color: Crusoe. HEX triplet: 11, 65 and 1C. RGB value is (17,101,28). Sum of RGB (Red+Green+Blue) = 17+101+28=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #11651C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11651C is #EE9AE3. Grayscale: #434343. Windows color (decimal): -15637220 or 1860881. OLE color: 1860881.
HSL color Cylindrical-coordinate representation of color #11651C: hue angle of 127.86º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11651C is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 28 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.60 |
| HSL | 127.86º | 0.71% | 0.23% | - |
| HSV(B) | 127.86º | 0.83% | 0.4% | - |
| XYZ | 5.09 | 9.51 | 2.67 | - |
| YUV | 67.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 28 | 0.83 | 0 | 0.72 | 0.60 | 127.86 | 0.71 | 0.23 |
| Hex | 11 | 65 | 1C | 53 | 0 | 48 | 3C | 80 | 47 | 17 |
| Octal | 21 | 145 | 34 | 123 | 0 | 110 | 74 | 200 | 107 | 27 |
| Binary | 10001 | 1100101 | 11100 | 1010011 | 0 | 1001000 | 111100 | 10000000 | 1000111 | 10111 |
Color Harmonies of #11651C
Complementary color
Monochromatic Colors of #11651C
Black with #11651C
Text Example
Text Example
White with #11651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11651C; }
p { color: rgb(17,101,28); }
H1.HeaderClassName
{
color: #11651C;
}
.AnyTagClassName
{
color: #11651C;
}
</style>
background-color css
<style>
a { background-color: #11651C; }
a { background-color: rgb(17,101,28); }
div.DivClassName
{
background-color: #11651C;
}
.BgClassName
{
background-color: #11651C;
}
</style>
border-color css
<style>
span { border-color: #11651C; }
span { border-color: rgb(17,101,28); }
td.TdClassName
{
border-color: #11651C;
}
.TagClassName
{
border-color: #11651C;
}
</style>