Shades of Crusoe #115128
Tints of Crusoe #115128
RGB
CMYK
RGB Variations
Color information
#115128 (or 0x115128) is known color: Crusoe. HEX triplet: 11, 51 and 28. RGB value is (17,81,40). Sum of RGB (Red+Green+Blue) = 17+81+40=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #115128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115128 is #EEAED7. Grayscale: #393939. Windows color (decimal): -15642328 or 2642193. OLE color: 2642193.
HSL color Cylindrical-coordinate representation of color #115128: hue angle of 141.56º 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 #115128 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 40 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.68 |
| HSL | 141.56º | 0.65% | 0.19% | - |
| HSV(B) | 141.56º | 0.79% | 0.32% | - |
| XYZ | 3.56 | 6.16 | 3.01 | - |
| YUV | 57.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 40 | 0.79 | 0 | 0.51 | 0.68 | 141.56 | 0.65 | 0.19 |
| Hex | 11 | 51 | 28 | 4F | 0 | 33 | 44 | 8E | 41 | 13 |
| Octal | 21 | 121 | 50 | 117 | 0 | 63 | 104 | 216 | 101 | 23 |
| Binary | 10001 | 1010001 | 101000 | 1001111 | 0 | 110011 | 1000100 | 10001110 | 1000001 | 10011 |
Color Harmonies of #115128
Complementary color
Monochromatic Colors of #115128
Black with #115128
Text Example
Text Example
White with #115128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115128; }
p { color: rgb(17,81,40); }
H1.HeaderClassName
{
color: #115128;
}
.AnyTagClassName
{
color: #115128;
}
</style>
background-color css
<style>
a { background-color: #115128; }
a { background-color: rgb(17,81,40); }
div.DivClassName
{
background-color: #115128;
}
.BgClassName
{
background-color: #115128;
}
</style>
border-color css
<style>
span { border-color: #115128; }
span { border-color: rgb(17,81,40); }
td.TdClassName
{
border-color: #115128;
}
.TagClassName
{
border-color: #115128;
}
</style>