Shades of Crusoe #11592C
Tints of Crusoe #11592C
RGB
CMYK
RGB Variations
Color information
#11592C (or 0x11592C) is known color: Crusoe. HEX triplet: 11, 59 and 2C. RGB value is (17,89,44). Sum of RGB (Red+Green+Blue) = 17+89+44=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #11592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11592C is #EEA6D3. Grayscale: #3E3E3E. Windows color (decimal): -15640276 or 2906385. OLE color: 2906385.
HSL color Cylindrical-coordinate representation of color #11592C: hue angle of 142.5º 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 #11592C is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 44 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.65 |
| HSL | 142.5º | 0.68% | 0.21% | - |
| HSV(B) | 142.5º | 0.81% | 0.35% | - |
| XYZ | 4.26 | 7.45 | 3.6 | - |
| YUV | 62.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 44 | 0.81 | 0 | 0.51 | 0.65 | 142.5 | 0.68 | 0.21 |
| Hex | 11 | 59 | 2C | 51 | 0 | 33 | 41 | 8E | 44 | 15 |
| Octal | 21 | 131 | 54 | 121 | 0 | 63 | 101 | 216 | 104 | 25 |
| Binary | 10001 | 1011001 | 101100 | 1010001 | 0 | 110011 | 1000001 | 10001110 | 1000100 | 10101 |
Color Harmonies of #11592C
Complementary color
Monochromatic Colors of #11592C
Black with #11592C
Text Example
Text Example
White with #11592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11592C; }
p { color: rgb(17,89,44); }
H1.HeaderClassName
{
color: #11592C;
}
.AnyTagClassName
{
color: #11592C;
}
</style>
background-color css
<style>
a { background-color: #11592C; }
a { background-color: rgb(17,89,44); }
div.DivClassName
{
background-color: #11592C;
}
.BgClassName
{
background-color: #11592C;
}
</style>
border-color css
<style>
span { border-color: #11592C; }
span { border-color: rgb(17,89,44); }
td.TdClassName
{
border-color: #11592C;
}
.TagClassName
{
border-color: #11592C;
}
</style>