Shades of Crusoe #115720
Tints of Crusoe #115720
RGB
CMYK
RGB Variations
Color information
#115720 (or 0x115720) is known color: Crusoe. HEX triplet: 11, 57 and 20. RGB value is (17,87,32). Sum of RGB (Red+Green+Blue) = 17+87+32=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 87 (34.38% from 255 or 63.97% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 87 - color contains mainly: green. Hex color #115720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115720 is #EEA8DF. Grayscale: #3B3B3B. Windows color (decimal): -15640800 or 2119441. OLE color: 2119441.
HSL color Cylindrical-coordinate representation of color #115720: hue angle of 132.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115720 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 32 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.66 |
| HSL | 132.86º | 0.67% | 0.2% | - |
| HSV(B) | 132.86º | 0.8% | 0.34% | - |
| XYZ | 3.9 | 7.04 | 2.52 | - |
| YUV | 59.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 32 | 0.80 | 0 | 0.63 | 0.66 | 132.86 | 0.67 | 0.2 |
| Hex | 11 | 57 | 20 | 50 | 0 | 3F | 42 | 85 | 43 | 14 |
| Octal | 21 | 127 | 40 | 120 | 0 | 77 | 102 | 205 | 103 | 24 |
| Binary | 10001 | 1010111 | 100000 | 1010000 | 0 | 111111 | 1000010 | 10000101 | 1000011 | 10100 |
Color Harmonies of #115720
Complementary color
Monochromatic Colors of #115720
Black with #115720
Text Example
Text Example
White with #115720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115720; }
p { color: rgb(17,87,32); }
H1.HeaderClassName
{
color: #115720;
}
.AnyTagClassName
{
color: #115720;
}
</style>
background-color css
<style>
a { background-color: #115720; }
a { background-color: rgb(17,87,32); }
div.DivClassName
{
background-color: #115720;
}
.BgClassName
{
background-color: #115720;
}
</style>
border-color css
<style>
span { border-color: #115720; }
span { border-color: rgb(17,87,32); }
td.TdClassName
{
border-color: #115720;
}
.TagClassName
{
border-color: #115720;
}
</style>