Shades of Crusoe #115721
Tints of Crusoe #115721
RGB
CMYK
RGB Variations
Color information
#115721 (or 0x115721) is known color: Crusoe. HEX triplet: 11, 57 and 21. RGB value is (17,87,33). Sum of RGB (Red+Green+Blue) = 17+87+33=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #115721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115721 is #EEA8DE. Grayscale: #3C3C3C. Windows color (decimal): -15640799 or 2184977. OLE color: 2184977.
HSL color Cylindrical-coordinate representation of color #115721: hue angle of 133.71º 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 #115721 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 33 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.66 |
| HSL | 133.71º | 0.67% | 0.2% | - |
| HSV(B) | 133.71º | 0.8% | 0.34% | - |
| XYZ | 3.91 | 7.05 | 2.59 | - |
| YUV | 59.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 33 | 0.80 | 0 | 0.62 | 0.66 | 133.71 | 0.67 | 0.2 |
| Hex | 11 | 57 | 21 | 50 | 0 | 3E | 42 | 86 | 43 | 14 |
| Octal | 21 | 127 | 41 | 120 | 0 | 76 | 102 | 206 | 103 | 24 |
| Binary | 10001 | 1010111 | 100001 | 1010000 | 0 | 111110 | 1000010 | 10000110 | 1000011 | 10100 |
Color Harmonies of #115721
Complementary color
Monochromatic Colors of #115721
Black with #115721
Text Example
Text Example
White with #115721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115721; }
p { color: rgb(17,87,33); }
H1.HeaderClassName
{
color: #115721;
}
.AnyTagClassName
{
color: #115721;
}
</style>
background-color css
<style>
a { background-color: #115721; }
a { background-color: rgb(17,87,33); }
div.DivClassName
{
background-color: #115721;
}
.BgClassName
{
background-color: #115721;
}
</style>
border-color css
<style>
span { border-color: #115721; }
span { border-color: rgb(17,87,33); }
td.TdClassName
{
border-color: #115721;
}
.TagClassName
{
border-color: #115721;
}
</style>