Shades of Crusoe #116234
Tints of Crusoe #116234
RGB
CMYK
RGB Variations
Color information
#116234 (or 0x116234) is known color: Crusoe. HEX triplet: 11, 62 and 34. RGB value is (17,98,52). Sum of RGB (Red+Green+Blue) = 17+98+52=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #116234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116234 is #EE9DCB. Grayscale: #444444. Windows color (decimal): -15637964 or 3432977. OLE color: 3432977.
HSL color Cylindrical-coordinate representation of color #116234: hue angle of 145.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116234 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 98 | 52 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.62 |
| HSL | 145.93º | 0.7% | 0.23% | - |
| HSV(B) | 145.93º | 0.83% | 0.38% | - |
| XYZ | 5.22 | 9.1 | 4.73 | - |
| YUV | 68.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 98 | 52 | 0.83 | 0 | 0.47 | 0.62 | 145.93 | 0.7 | 0.23 |
| Hex | 11 | 62 | 34 | 53 | 0 | 2F | 3E | 92 | 46 | 17 |
| Octal | 21 | 142 | 64 | 123 | 0 | 57 | 76 | 222 | 106 | 27 |
| Binary | 10001 | 1100010 | 110100 | 1010011 | 0 | 101111 | 111110 | 10010010 | 1000110 | 10111 |
Color Harmonies of #116234
Complementary color
Monochromatic Colors of #116234
Black with #116234
Text Example
Text Example
White with #116234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116234; }
p { color: rgb(17,98,52); }
H1.HeaderClassName
{
color: #116234;
}
.AnyTagClassName
{
color: #116234;
}
</style>
background-color css
<style>
a { background-color: #116234; }
a { background-color: rgb(17,98,52); }
div.DivClassName
{
background-color: #116234;
}
.BgClassName
{
background-color: #116234;
}
</style>
border-color css
<style>
span { border-color: #116234; }
span { border-color: rgb(17,98,52); }
td.TdClassName
{
border-color: #116234;
}
.TagClassName
{
border-color: #116234;
}
</style>