Shades of Crusoe #115120
Tints of Crusoe #115120
RGB
CMYK
RGB Variations
Color information
#115120 (or 0x115120) is known color: Crusoe. HEX triplet: 11, 51 and 20. RGB value is (17,81,32). Sum of RGB (Red+Green+Blue) = 17+81+32=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #115120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115120 is #EEAEDF. Grayscale: #383838. Windows color (decimal): -15642336 or 2117905. OLE color: 2117905.
HSL color Cylindrical-coordinate representation of color #115120: hue angle of 134.06º 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 #115120 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 81 | 32 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.68 |
| HSL | 134.06º | 0.65% | 0.19% | - |
| HSV(B) | 134.06º | 0.79% | 0.32% | - |
| XYZ | 3.43 | 6.11 | 2.36 | - |
| YUV | 56.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 32 | 0.79 | 0 | 0.60 | 0.68 | 134.06 | 0.65 | 0.19 |
| Hex | 11 | 51 | 20 | 4F | 0 | 3C | 44 | 86 | 41 | 13 |
| Octal | 21 | 121 | 40 | 117 | 0 | 74 | 104 | 206 | 101 | 23 |
| Binary | 10001 | 1010001 | 100000 | 1001111 | 0 | 111100 | 1000100 | 10000110 | 1000001 | 10011 |
Color Harmonies of #115120
Complementary color
Monochromatic Colors of #115120
Black with #115120
Text Example
Text Example
White with #115120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115120; }
p { color: rgb(17,81,32); }
H1.HeaderClassName
{
color: #115120;
}
.AnyTagClassName
{
color: #115120;
}
</style>
background-color css
<style>
a { background-color: #115120; }
a { background-color: rgb(17,81,32); }
div.DivClassName
{
background-color: #115120;
}
.BgClassName
{
background-color: #115120;
}
</style>
border-color css
<style>
span { border-color: #115120; }
span { border-color: rgb(17,81,32); }
td.TdClassName
{
border-color: #115120;
}
.TagClassName
{
border-color: #115120;
}
</style>