Shades of Crusoe #11652D
Tints of Crusoe #11652D
RGB
CMYK
RGB Variations
Color information
#11652D (or 0x11652D) is known color: Crusoe. HEX triplet: 11, 65 and 2D. RGB value is (17,101,45). Sum of RGB (Red+Green+Blue) = 17+101+45=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #11652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11652D is #EE9AD2. Grayscale: #454545. Windows color (decimal): -15637203 or 2974993. OLE color: 2974993.
HSL color Cylindrical-coordinate representation of color #11652D: hue angle of 140º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11652D is Cyan = 0.83, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 45 | - |
| CMYK | 0.83 | 0 | 0.55 | 0.60 |
| HSL | 140º | 0.71% | 0.23% | - |
| HSV(B) | 140º | 0.83% | 0.4% | - |
| XYZ | 5.36 | 9.62 | 4.06 | - |
| YUV | 69.5 | 114.17 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 45 | 0.83 | 0 | 0.55 | 0.60 | 140 | 0.71 | 0.23 |
| Hex | 11 | 65 | 2D | 53 | 0 | 37 | 3C | 8C | 47 | 17 |
| Octal | 21 | 145 | 55 | 123 | 0 | 67 | 74 | 214 | 107 | 27 |
| Binary | 10001 | 1100101 | 101101 | 1010011 | 0 | 110111 | 111100 | 10001100 | 1000111 | 10111 |
Color Harmonies of #11652D
Complementary color
Monochromatic Colors of #11652D
Black with #11652D
Text Example
Text Example
White with #11652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11652D; }
p { color: rgb(17,101,45); }
H1.HeaderClassName
{
color: #11652D;
}
.AnyTagClassName
{
color: #11652D;
}
</style>
background-color css
<style>
a { background-color: #11652D; }
a { background-color: rgb(17,101,45); }
div.DivClassName
{
background-color: #11652D;
}
.BgClassName
{
background-color: #11652D;
}
</style>
border-color css
<style>
span { border-color: #11652D; }
span { border-color: rgb(17,101,45); }
td.TdClassName
{
border-color: #11652D;
}
.TagClassName
{
border-color: #11652D;
}
</style>