Shades of Crusoe #11542B
Tints of Crusoe #11542B
RGB
CMYK
RGB Variations
Color information
#11542B (or 0x11542B) is known color: Crusoe. HEX triplet: 11, 54 and 2B. RGB value is (17,84,43). Sum of RGB (Red+Green+Blue) = 17+84+43=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #11542B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11542B is #EEABD4. Grayscale: #3B3B3B. Windows color (decimal): -15641557 or 2839569. OLE color: 2839569.
HSL color Cylindrical-coordinate representation of color #11542B: hue angle of 143.28º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #11542B is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 84 | 43 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.67 |
| HSL | 143.28º | 0.66% | 0.2% | - |
| HSV(B) | 143.28º | 0.8% | 0.33% | - |
| XYZ | 3.84 | 6.63 | 3.36 | - |
| YUV | 59.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 43 | 0.80 | 0 | 0.49 | 0.67 | 143.28 | 0.66 | 0.2 |
| Hex | 11 | 54 | 2B | 50 | 0 | 31 | 43 | 8F | 42 | 14 |
| Octal | 21 | 124 | 53 | 120 | 0 | 61 | 103 | 217 | 102 | 24 |
| Binary | 10001 | 1010100 | 101011 | 1010000 | 0 | 110001 | 1000011 | 10001111 | 1000010 | 10100 |
Color Harmonies of #11542B
Complementary color
Monochromatic Colors of #11542B
Black with #11542B
Text Example
Text Example
White with #11542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11542B; }
p { color: rgb(17,84,43); }
H1.HeaderClassName
{
color: #11542B;
}
.AnyTagClassName
{
color: #11542B;
}
</style>
background-color css
<style>
a { background-color: #11542B; }
a { background-color: rgb(17,84,43); }
div.DivClassName
{
background-color: #11542B;
}
.BgClassName
{
background-color: #11542B;
}
</style>
border-color css
<style>
span { border-color: #11542B; }
span { border-color: rgb(17,84,43); }
td.TdClassName
{
border-color: #11542B;
}
.TagClassName
{
border-color: #11542B;
}
</style>