Shades of Crusoe #11591B
Tints of Crusoe #11591B
RGB
CMYK
RGB Variations
Color information
#11591B (or 0x11591B) is known color: Crusoe. HEX triplet: 11, 59 and 1B. RGB value is (17,89,27). Sum of RGB (Red+Green+Blue) = 17+89+27=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 89 (35.16% from 255 or 66.92% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 89 - color contains mainly: green. Hex color #11591B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11591B is #EEA6E4. Grayscale: #3C3C3C. Windows color (decimal): -15640293 or 1792273. OLE color: 1792273.
HSL color Cylindrical-coordinate representation of color #11591B: hue angle of 128.33º 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 #11591B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 27 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.65 |
| HSL | 128.33º | 0.68% | 0.21% | - |
| HSV(B) | 128.33º | 0.81% | 0.35% | - |
| XYZ | 4 | 7.34 | 2.24 | - |
| YUV | 60.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 27 | 0.81 | 0 | 0.70 | 0.65 | 128.33 | 0.68 | 0.21 |
| Hex | 11 | 59 | 1B | 51 | 0 | 46 | 41 | 80 | 44 | 15 |
| Octal | 21 | 131 | 33 | 121 | 0 | 106 | 101 | 200 | 104 | 25 |
| Binary | 10001 | 1011001 | 11011 | 1010001 | 0 | 1000110 | 1000001 | 10000000 | 1000100 | 10101 |
Color Harmonies of #11591B
Complementary color
Monochromatic Colors of #11591B
Black with #11591B
Text Example
Text Example
White with #11591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11591B; }
p { color: rgb(17,89,27); }
H1.HeaderClassName
{
color: #11591B;
}
.AnyTagClassName
{
color: #11591B;
}
</style>
background-color css
<style>
a { background-color: #11591B; }
a { background-color: rgb(17,89,27); }
div.DivClassName
{
background-color: #11591B;
}
.BgClassName
{
background-color: #11591B;
}
</style>
border-color css
<style>
span { border-color: #11591B; }
span { border-color: rgb(17,89,27); }
td.TdClassName
{
border-color: #11591B;
}
.TagClassName
{
border-color: #11591B;
}
</style>