Shades of Crusoe #115524
Tints of Crusoe #115524
RGB
CMYK
RGB Variations
Color information
#115524 (or 0x115524) is known color: Crusoe. HEX triplet: 11, 55 and 24. RGB value is (17,85,36). Sum of RGB (Red+Green+Blue) = 17+85+36=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #115524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115524 is #EEAADB. Grayscale: #3B3B3B. Windows color (decimal): -15641308 or 2381073. OLE color: 2381073.
HSL color Cylindrical-coordinate representation of color #115524: hue angle of 136.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115524 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 36 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.67 |
| HSL | 136.76º | 0.67% | 0.2% | - |
| HSV(B) | 136.76º | 0.8% | 0.33% | - |
| XYZ | 3.8 | 6.74 | 2.77 | - |
| YUV | 59.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 36 | 0.80 | 0 | 0.58 | 0.67 | 136.76 | 0.67 | 0.2 |
| Hex | 11 | 55 | 24 | 50 | 0 | 3A | 43 | 89 | 43 | 14 |
| Octal | 21 | 125 | 44 | 120 | 0 | 72 | 103 | 211 | 103 | 24 |
| Binary | 10001 | 1010101 | 100100 | 1010000 | 0 | 111010 | 1000011 | 10001001 | 1000011 | 10100 |
Color Harmonies of #115524
Complementary color
Monochromatic Colors of #115524
Black with #115524
Text Example
Text Example
White with #115524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115524; }
p { color: rgb(17,85,36); }
H1.HeaderClassName
{
color: #115524;
}
.AnyTagClassName
{
color: #115524;
}
</style>
background-color css
<style>
a { background-color: #115524; }
a { background-color: rgb(17,85,36); }
div.DivClassName
{
background-color: #115524;
}
.BgClassName
{
background-color: #115524;
}
</style>
border-color css
<style>
span { border-color: #115524; }
span { border-color: rgb(17,85,36); }
td.TdClassName
{
border-color: #115524;
}
.TagClassName
{
border-color: #115524;
}
</style>