Shades of Crusoe #116325
Tints of Crusoe #116325
RGB
CMYK
RGB Variations
Color information
#116325 (or 0x116325) is known color: Crusoe. HEX triplet: 11, 63 and 25. RGB value is (17,99,37). Sum of RGB (Red+Green+Blue) = 17+99+37=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #116325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116325 is #EE9CDA. Grayscale: #434343. Windows color (decimal): -15637723 or 2450193. OLE color: 2450193.
HSL color Cylindrical-coordinate representation of color #116325: hue angle of 134.63º 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 #116325 is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 37 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.61 |
| HSL | 134.63º | 0.71% | 0.23% | - |
| HSV(B) | 134.63º | 0.83% | 0.39% | - |
| XYZ | 5.03 | 9.18 | 3.26 | - |
| YUV | 67.41 | 110.83 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 37 | 0.83 | 0 | 0.63 | 0.61 | 134.63 | 0.71 | 0.23 |
| Hex | 11 | 63 | 25 | 53 | 0 | 3F | 3D | 87 | 47 | 17 |
| Octal | 21 | 143 | 45 | 123 | 0 | 77 | 75 | 207 | 107 | 27 |
| Binary | 10001 | 1100011 | 100101 | 1010011 | 0 | 111111 | 111101 | 10000111 | 1000111 | 10111 |
Color Harmonies of #116325
Complementary color
Monochromatic Colors of #116325
Black with #116325
Text Example
Text Example
White with #116325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116325; }
p { color: rgb(17,99,37); }
H1.HeaderClassName
{
color: #116325;
}
.AnyTagClassName
{
color: #116325;
}
</style>
background-color css
<style>
a { background-color: #116325; }
a { background-color: rgb(17,99,37); }
div.DivClassName
{
background-color: #116325;
}
.BgClassName
{
background-color: #116325;
}
</style>
border-color css
<style>
span { border-color: #116325; }
span { border-color: rgb(17,99,37); }
td.TdClassName
{
border-color: #116325;
}
.TagClassName
{
border-color: #116325;
}
</style>