Shades of Jewel #11653F
Tints of Jewel #11653F
RGB
CMYK
RGB Variations
Color information
#11653F (or 0x11653F) is known color: Jewel. HEX triplet: 11, 65 and 3F. RGB value is (17,101,63). Sum of RGB (Red+Green+Blue) = 17+101+63=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #11653F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11653F is #EE9AC0. Grayscale: #474747. Windows color (decimal): -15637185 or 4154641. OLE color: 4154641.
HSL color Cylindrical-coordinate representation of color #11653F: hue angle of 152.86º 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 #11653F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 63 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.60 |
| HSL | 152.86º | 0.71% | 0.23% | - |
| HSV(B) | 152.86º | 0.83% | 0.4% | - |
| XYZ | 5.78 | 9.79 | 6.29 | - |
| YUV | 71.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 63 | 0.83 | 0 | 0.38 | 0.60 | 152.86 | 0.71 | 0.23 |
| Hex | 11 | 65 | 3F | 53 | 0 | 26 | 3C | 99 | 47 | 17 |
| Octal | 21 | 145 | 77 | 123 | 0 | 46 | 74 | 231 | 107 | 27 |
| Binary | 10001 | 1100101 | 111111 | 1010011 | 0 | 100110 | 111100 | 10011001 | 1000111 | 10111 |
Color Harmonies of #11653F
Complementary color
Monochromatic Colors of #11653F
Black with #11653F
Text Example
Text Example
White with #11653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11653F; }
p { color: rgb(17,101,63); }
H1.HeaderClassName
{
color: #11653F;
}
.AnyTagClassName
{
color: #11653F;
}
</style>
background-color css
<style>
a { background-color: #11653F; }
a { background-color: rgb(17,101,63); }
div.DivClassName
{
background-color: #11653F;
}
.BgClassName
{
background-color: #11653F;
}
</style>
border-color css
<style>
span { border-color: #11653F; }
span { border-color: rgb(17,101,63); }
td.TdClassName
{
border-color: #11653F;
}
.TagClassName
{
border-color: #11653F;
}
</style>