Shades of Crusoe #11581B
Tints of Crusoe #11581B
RGB
CMYK
RGB Variations
Color information
#11581B (or 0x11581B) is known color: Crusoe. HEX triplet: 11, 58 and 1B. RGB value is (17,88,27). Sum of RGB (Red+Green+Blue) = 17+88+27=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 88 (34.77% from 255 or 66.67% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 88 - color contains mainly: green. Hex color #11581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11581B is #EEA7E4. Grayscale: #3B3B3B. Windows color (decimal): -15640549 or 1792017. OLE color: 1792017.
HSL color Cylindrical-coordinate representation of color #11581B: hue angle of 128.45º 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 #11581B is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 88 | 27 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.65 |
| HSL | 128.45º | 0.68% | 0.21% | - |
| HSV(B) | 128.45º | 0.81% | 0.35% | - |
| XYZ | 3.92 | 7.18 | 2.22 | - |
| YUV | 59.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 88 | 27 | 0.81 | 0 | 0.69 | 0.65 | 128.45 | 0.68 | 0.21 |
| Hex | 11 | 58 | 1B | 51 | 0 | 45 | 41 | 80 | 44 | 15 |
| Octal | 21 | 130 | 33 | 121 | 0 | 105 | 101 | 200 | 104 | 25 |
| Binary | 10001 | 1011000 | 11011 | 1010001 | 0 | 1000101 | 1000001 | 10000000 | 1000100 | 10101 |
Color Harmonies of #11581B
Complementary color
Monochromatic Colors of #11581B
Black with #11581B
Text Example
Text Example
White with #11581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11581B; }
p { color: rgb(17,88,27); }
H1.HeaderClassName
{
color: #11581B;
}
.AnyTagClassName
{
color: #11581B;
}
</style>
background-color css
<style>
a { background-color: #11581B; }
a { background-color: rgb(17,88,27); }
div.DivClassName
{
background-color: #11581B;
}
.BgClassName
{
background-color: #11581B;
}
</style>
border-color css
<style>
span { border-color: #11581B; }
span { border-color: rgb(17,88,27); }
td.TdClassName
{
border-color: #11581B;
}
.TagClassName
{
border-color: #11581B;
}
</style>