Shades of Crusoe #115126
Tints of Crusoe #115126
RGB
CMYK
RGB Variations
Color information
#115126 (or 0x115126) is known color: Crusoe. HEX triplet: 11, 51 and 26. RGB value is (17,81,38). Sum of RGB (Red+Green+Blue) = 17+81+38=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #115126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115126 is #EEAED9. Grayscale: #393939. Windows color (decimal): -15642330 or 2511121. OLE color: 2511121.
HSL color Cylindrical-coordinate representation of color #115126: hue angle of 139.69º 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 #115126 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 38 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.68 |
| HSL | 139.69º | 0.65% | 0.19% | - |
| HSV(B) | 139.69º | 0.79% | 0.32% | - |
| XYZ | 3.52 | 6.14 | 2.83 | - |
| YUV | 56.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 38 | 0.79 | 0 | 0.53 | 0.68 | 139.69 | 0.65 | 0.19 |
| Hex | 11 | 51 | 26 | 4F | 0 | 35 | 44 | 8C | 41 | 13 |
| Octal | 21 | 121 | 46 | 117 | 0 | 65 | 104 | 214 | 101 | 23 |
| Binary | 10001 | 1010001 | 100110 | 1001111 | 0 | 110101 | 1000100 | 10001100 | 1000001 | 10011 |
Color Harmonies of #115126
Complementary color
Monochromatic Colors of #115126
Black with #115126
Text Example
Text Example
White with #115126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115126; }
p { color: rgb(17,81,38); }
H1.HeaderClassName
{
color: #115126;
}
.AnyTagClassName
{
color: #115126;
}
</style>
background-color css
<style>
a { background-color: #115126; }
a { background-color: rgb(17,81,38); }
div.DivClassName
{
background-color: #115126;
}
.BgClassName
{
background-color: #115126;
}
</style>
border-color css
<style>
span { border-color: #115126; }
span { border-color: rgb(17,81,38); }
td.TdClassName
{
border-color: #115126;
}
.TagClassName
{
border-color: #115126;
}
</style>