Shades of Jewel #11604D
Tints of Jewel #11604D
RGB
CMYK
RGB Variations
Color information
#11604D (or 0x11604D) is known color: Jewel. HEX triplet: 11, 60 and 4D. RGB value is (17,96,77). Sum of RGB (Red+Green+Blue) = 17+96+77=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #11604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11604D is #EE9FB2. Grayscale: #464646. Windows color (decimal): -15638451 or 5070865. OLE color: 5070865.
HSL color Cylindrical-coordinate representation of color #11604D: hue angle of 165.57º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11604D is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 77 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.62 |
| HSL | 165.57º | 0.7% | 0.22% | - |
| HSV(B) | 165.57º | 0.82% | 0.38% | - |
| XYZ | 5.75 | 9.02 | 8.46 | - |
| YUV | 70.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 77 | 0.82 | 0 | 0.20 | 0.62 | 165.57 | 0.7 | 0.22 |
| Hex | 11 | 60 | 4D | 52 | 0 | 14 | 3E | A6 | 46 | 16 |
| Octal | 21 | 140 | 115 | 122 | 0 | 24 | 76 | 246 | 106 | 26 |
| Binary | 10001 | 1100000 | 1001101 | 1010010 | 0 | 10100 | 111110 | 10100110 | 1000110 | 10110 |
Color Harmonies of #11604D
Complementary color
Monochromatic Colors of #11604D
Black with #11604D
Text Example
Text Example
White with #11604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11604D; }
p { color: rgb(17,96,77); }
H1.HeaderClassName
{
color: #11604D;
}
.AnyTagClassName
{
color: #11604D;
}
</style>
background-color css
<style>
a { background-color: #11604D; }
a { background-color: rgb(17,96,77); }
div.DivClassName
{
background-color: #11604D;
}
.BgClassName
{
background-color: #11604D;
}
</style>
border-color css
<style>
span { border-color: #11604D; }
span { border-color: rgb(17,96,77); }
td.TdClassName
{
border-color: #11604D;
}
.TagClassName
{
border-color: #11604D;
}
</style>