Shades of Crusoe #115124
Tints of Crusoe #115124
RGB
CMYK
RGB Variations
Color information
#115124 (or 0x115124) is known color: Crusoe. HEX triplet: 11, 51 and 24. RGB value is (17,81,36). Sum of RGB (Red+Green+Blue) = 17+81+36=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #115124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115124 is #EEAEDB. Grayscale: #383838. Windows color (decimal): -15642332 or 2380049. OLE color: 2380049.
HSL color Cylindrical-coordinate representation of color #115124: hue angle of 137.81º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #115124 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 36 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.68 |
| HSL | 137.81º | 0.65% | 0.19% | - |
| HSV(B) | 137.81º | 0.79% | 0.32% | - |
| XYZ | 3.49 | 6.13 | 2.67 | - |
| YUV | 56.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 36 | 0.79 | 0 | 0.56 | 0.68 | 137.81 | 0.65 | 0.19 |
| Hex | 11 | 51 | 24 | 4F | 0 | 38 | 44 | 8A | 41 | 13 |
| Octal | 21 | 121 | 44 | 117 | 0 | 70 | 104 | 212 | 101 | 23 |
| Binary | 10001 | 1010001 | 100100 | 1001111 | 0 | 111000 | 1000100 | 10001010 | 1000001 | 10011 |
Color Harmonies of #115124
Complementary color
Monochromatic Colors of #115124
Black with #115124
Text Example
Text Example
White with #115124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115124; }
p { color: rgb(17,81,36); }
H1.HeaderClassName
{
color: #115124;
}
.AnyTagClassName
{
color: #115124;
}
</style>
background-color css
<style>
a { background-color: #115124; }
a { background-color: rgb(17,81,36); }
div.DivClassName
{
background-color: #115124;
}
.BgClassName
{
background-color: #115124;
}
</style>
border-color css
<style>
span { border-color: #115124; }
span { border-color: rgb(17,81,36); }
td.TdClassName
{
border-color: #115124;
}
.TagClassName
{
border-color: #115124;
}
</style>