Shades of Crusoe #115722
Tints of Crusoe #115722
RGB
CMYK
RGB Variations
Color information
#115722 (or 0x115722) is known color: Crusoe. HEX triplet: 11, 57 and 22. RGB value is (17,87,34). Sum of RGB (Red+Green+Blue) = 17+87+34=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #115722 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115722 is #EEA8DD. Grayscale: #3C3C3C. Windows color (decimal): -15640798 or 2250513. OLE color: 2250513.
HSL color Cylindrical-coordinate representation of color #115722: hue angle of 134.57º 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 #115722 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 87 | 34 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.66 |
| HSL | 134.57º | 0.67% | 0.2% | - |
| HSV(B) | 134.57º | 0.8% | 0.34% | - |
| XYZ | 3.93 | 7.05 | 2.67 | - |
| YUV | 60.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 34 | 0.80 | 0 | 0.61 | 0.66 | 134.57 | 0.67 | 0.2 |
| Hex | 11 | 57 | 22 | 50 | 0 | 3D | 42 | 87 | 43 | 14 |
| Octal | 21 | 127 | 42 | 120 | 0 | 75 | 102 | 207 | 103 | 24 |
| Binary | 10001 | 1010111 | 100010 | 1010000 | 0 | 111101 | 1000010 | 10000111 | 1000011 | 10100 |
Color Harmonies of #115722
Complementary color
Monochromatic Colors of #115722
Black with #115722
Text Example
Text Example
White with #115722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115722; }
p { color: rgb(17,87,34); }
H1.HeaderClassName
{
color: #115722;
}
.AnyTagClassName
{
color: #115722;
}
</style>
background-color css
<style>
a { background-color: #115722; }
a { background-color: rgb(17,87,34); }
div.DivClassName
{
background-color: #115722;
}
.BgClassName
{
background-color: #115722;
}
</style>
border-color css
<style>
span { border-color: #115722; }
span { border-color: rgb(17,87,34); }
td.TdClassName
{
border-color: #115722;
}
.TagClassName
{
border-color: #115722;
}
</style>