Shades of Crusoe #11552D
Tints of Crusoe #11552D
RGB
CMYK
RGB Variations
Color information
#11552D (or 0x11552D) is known color: Crusoe. HEX triplet: 11, 55 and 2D. RGB value is (17,85,45). Sum of RGB (Red+Green+Blue) = 17+85+45=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #11552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11552D is #EEAAD2. Grayscale: #3C3C3C. Windows color (decimal): -15641299 or 2970897. OLE color: 2970897.
HSL color Cylindrical-coordinate representation of color #11552D: hue angle of 144.71º degrees, saturation: 0.67, 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 #11552D is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 85 | 45 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.67 |
| HSL | 144.71º | 0.67% | 0.2% | - |
| HSV(B) | 144.71º | 0.8% | 0.33% | - |
| XYZ | 3.95 | 6.81 | 3.59 | - |
| YUV | 60.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 45 | 0.80 | 0 | 0.47 | 0.67 | 144.71 | 0.67 | 0.2 |
| Hex | 11 | 55 | 2D | 50 | 0 | 2F | 43 | 91 | 43 | 14 |
| Octal | 21 | 125 | 55 | 120 | 0 | 57 | 103 | 221 | 103 | 24 |
| Binary | 10001 | 1010101 | 101101 | 1010000 | 0 | 101111 | 1000011 | 10010001 | 1000011 | 10100 |
Color Harmonies of #11552D
Complementary color
Monochromatic Colors of #11552D
Black with #11552D
Text Example
Text Example
White with #11552D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11552D; }
p { color: rgb(17,85,45); }
H1.HeaderClassName
{
color: #11552D;
}
.AnyTagClassName
{
color: #11552D;
}
</style>
background-color css
<style>
a { background-color: #11552D; }
a { background-color: rgb(17,85,45); }
div.DivClassName
{
background-color: #11552D;
}
.BgClassName
{
background-color: #11552D;
}
</style>
border-color css
<style>
span { border-color: #11552D; }
span { border-color: rgb(17,85,45); }
td.TdClassName
{
border-color: #11552D;
}
.TagClassName
{
border-color: #11552D;
}
</style>