Shades of Crusoe #116533
Tints of Crusoe #116533
RGB
CMYK
RGB Variations
Color information
#116533 (or 0x116533) is known color: Crusoe. HEX triplet: 11, 65 and 33. RGB value is (17,101,51). Sum of RGB (Red+Green+Blue) = 17+101+51=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #116533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116533 is #EE9ACC. Grayscale: #464646. Windows color (decimal): -15637197 or 3368209. OLE color: 3368209.
HSL color Cylindrical-coordinate representation of color #116533: hue angle of 144.29º 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 #116533 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 51 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.60 |
| HSL | 144.29º | 0.71% | 0.23% | - |
| HSV(B) | 144.29º | 0.83% | 0.4% | - |
| XYZ | 5.48 | 9.67 | 4.71 | - |
| YUV | 70.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 51 | 0.83 | 0 | 0.50 | 0.60 | 144.29 | 0.71 | 0.23 |
| Hex | 11 | 65 | 33 | 53 | 0 | 32 | 3C | 90 | 47 | 17 |
| Octal | 21 | 145 | 63 | 123 | 0 | 62 | 74 | 220 | 107 | 27 |
| Binary | 10001 | 1100101 | 110011 | 1010011 | 0 | 110010 | 111100 | 10010000 | 1000111 | 10111 |
Color Harmonies of #116533
Complementary color
Monochromatic Colors of #116533
Black with #116533
Text Example
Text Example
White with #116533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116533; }
p { color: rgb(17,101,51); }
H1.HeaderClassName
{
color: #116533;
}
.AnyTagClassName
{
color: #116533;
}
</style>
background-color css
<style>
a { background-color: #116533; }
a { background-color: rgb(17,101,51); }
div.DivClassName
{
background-color: #116533;
}
.BgClassName
{
background-color: #116533;
}
</style>
border-color css
<style>
span { border-color: #116533; }
span { border-color: rgb(17,101,51); }
td.TdClassName
{
border-color: #116533;
}
.TagClassName
{
border-color: #116533;
}
</style>