Shades of Crusoe #116324
Tints of Crusoe #116324
RGB
CMYK
RGB Variations
Color information
#116324 (or 0x116324) is known color: Crusoe. HEX triplet: 11, 63 and 24. RGB value is (17,99,36). Sum of RGB (Red+Green+Blue) = 17+99+36=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #116324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116324 is #EE9CDB. Grayscale: #434343. Windows color (decimal): -15637724 or 2384657. OLE color: 2384657.
HSL color Cylindrical-coordinate representation of color #116324: hue angle of 133.9º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116324 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 36 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.61 |
| HSL | 133.9º | 0.71% | 0.23% | - |
| HSV(B) | 133.9º | 0.83% | 0.39% | - |
| XYZ | 5.01 | 9.17 | 3.17 | - |
| YUV | 67.3 | 110.33 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 36 | 0.83 | 0 | 0.64 | 0.61 | 133.9 | 0.71 | 0.23 |
| Hex | 11 | 63 | 24 | 53 | 0 | 40 | 3D | 86 | 47 | 17 |
| Octal | 21 | 143 | 44 | 123 | 0 | 100 | 75 | 206 | 107 | 27 |
| Binary | 10001 | 1100011 | 100100 | 1010011 | 0 | 1000000 | 111101 | 10000110 | 1000111 | 10111 |
Color Harmonies of #116324
Complementary color
Monochromatic Colors of #116324
Black with #116324
Text Example
Text Example
White with #116324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116324; }
p { color: rgb(17,99,36); }
H1.HeaderClassName
{
color: #116324;
}
.AnyTagClassName
{
color: #116324;
}
</style>
background-color css
<style>
a { background-color: #116324; }
a { background-color: rgb(17,99,36); }
div.DivClassName
{
background-color: #116324;
}
.BgClassName
{
background-color: #116324;
}
</style>
border-color css
<style>
span { border-color: #116324; }
span { border-color: rgb(17,99,36); }
td.TdClassName
{
border-color: #116324;
}
.TagClassName
{
border-color: #116324;
}
</style>