Shades of Crusoe #116334
Tints of Crusoe #116334
RGB
CMYK
RGB Variations
Color information
#116334 (or 0x116334) is known color: Crusoe. HEX triplet: 11, 63 and 34. RGB value is (17,99,52). Sum of RGB (Red+Green+Blue) = 17+99+52=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 99 (39.06% from 255 or 58.93% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 99 - color contains mainly: green. Hex color #116334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116334 is #EE9CCB. Grayscale: #454545. Windows color (decimal): -15637708 or 3433233. OLE color: 3433233.
HSL color Cylindrical-coordinate representation of color #116334: hue angle of 145.61º 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 #116334 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 52 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.61 |
| HSL | 145.61º | 0.71% | 0.23% | - |
| HSV(B) | 145.61º | 0.83% | 0.39% | - |
| XYZ | 5.31 | 9.29 | 4.76 | - |
| YUV | 69.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 52 | 0.83 | 0 | 0.47 | 0.61 | 145.61 | 0.71 | 0.23 |
| Hex | 11 | 63 | 34 | 53 | 0 | 2F | 3D | 92 | 47 | 17 |
| Octal | 21 | 143 | 64 | 123 | 0 | 57 | 75 | 222 | 107 | 27 |
| Binary | 10001 | 1100011 | 110100 | 1010011 | 0 | 101111 | 111101 | 10010010 | 1000111 | 10111 |
Color Harmonies of #116334
Complementary color
Monochromatic Colors of #116334
Black with #116334
Text Example
Text Example
White with #116334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116334; }
p { color: rgb(17,99,52); }
H1.HeaderClassName
{
color: #116334;
}
.AnyTagClassName
{
color: #116334;
}
</style>
background-color css
<style>
a { background-color: #116334; }
a { background-color: rgb(17,99,52); }
div.DivClassName
{
background-color: #116334;
}
.BgClassName
{
background-color: #116334;
}
</style>
border-color css
<style>
span { border-color: #116334; }
span { border-color: rgb(17,99,52); }
td.TdClassName
{
border-color: #116334;
}
.TagClassName
{
border-color: #116334;
}
</style>