Shades of Crusoe #11592E
Tints of Crusoe #11592E
RGB
CMYK
RGB Variations
Color information
#11592E (or 0x11592E) is known color: Crusoe. HEX triplet: 11, 59 and 2E. RGB value is (17,89,46). Sum of RGB (Red+Green+Blue) = 17+89+46=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #11592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11592E is #EEA6D1. Grayscale: #3E3E3E. Windows color (decimal): -15640274 or 3037457. OLE color: 3037457.
HSL color Cylindrical-coordinate representation of color #11592E: hue angle of 144.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11592E is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 46 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.65 |
| HSL | 144.17º | 0.68% | 0.21% | - |
| HSV(B) | 144.17º | 0.81% | 0.35% | - |
| XYZ | 4.3 | 7.46 | 3.8 | - |
| YUV | 62.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 46 | 0.81 | 0 | 0.48 | 0.65 | 144.17 | 0.68 | 0.21 |
| Hex | 11 | 59 | 2E | 51 | 0 | 30 | 41 | 90 | 44 | 15 |
| Octal | 21 | 131 | 56 | 121 | 0 | 60 | 101 | 220 | 104 | 25 |
| Binary | 10001 | 1011001 | 101110 | 1010001 | 0 | 110000 | 1000001 | 10010000 | 1000100 | 10101 |
Color Harmonies of #11592E
Complementary color
Monochromatic Colors of #11592E
Black with #11592E
Text Example
Text Example
White with #11592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11592E; }
p { color: rgb(17,89,46); }
H1.HeaderClassName
{
color: #11592E;
}
.AnyTagClassName
{
color: #11592E;
}
</style>
background-color css
<style>
a { background-color: #11592E; }
a { background-color: rgb(17,89,46); }
div.DivClassName
{
background-color: #11592E;
}
.BgClassName
{
background-color: #11592E;
}
</style>
border-color css
<style>
span { border-color: #11592E; }
span { border-color: rgb(17,89,46); }
td.TdClassName
{
border-color: #11592E;
}
.TagClassName
{
border-color: #11592E;
}
</style>