Shades of Jewel #186946
Tints of Jewel #186946
RGB
CMYK
RGB Variations
Color information
#186946 (or 0x186946) is known color: Jewel. HEX triplet: 18, 69 and 46. RGB value is (24,105,70). Sum of RGB (Red+Green+Blue) = 24+105+70=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #186946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186946 is #E796B9. Grayscale: #4C4C4C. Windows color (decimal): -15177402 or 4614424. OLE color: 4614424.
HSL color Cylindrical-coordinate representation of color #186946: hue angle of 154.07º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186946 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 70 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.59 |
| HSL | 154.07º | 0.63% | 0.25% | - |
| HSV(B) | 154.07º | 0.77% | 0.41% | - |
| XYZ | 6.53 | 10.74 | 7.52 | - |
| YUV | 76.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 70 | 0.77 | 0 | 0.33 | 0.59 | 154.07 | 0.63 | 0.25 |
| Hex | 18 | 69 | 46 | 4D | 0 | 21 | 3B | 9A | 3F | 19 |
| Octal | 30 | 151 | 106 | 115 | 0 | 41 | 73 | 232 | 77 | 31 |
| Binary | 11000 | 1101001 | 1000110 | 1001101 | 0 | 100001 | 111011 | 10011010 | 111111 | 11001 |
Color Harmonies of #186946
Complementary color
Monochromatic Colors of #186946
Black with #186946
Text Example
Text Example
White with #186946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186946; }
p { color: rgb(24,105,70); }
H1.HeaderClassName
{
color: #186946;
}
.AnyTagClassName
{
color: #186946;
}
</style>
background-color css
<style>
a { background-color: #186946; }
a { background-color: rgb(24,105,70); }
div.DivClassName
{
background-color: #186946;
}
.BgClassName
{
background-color: #186946;
}
</style>
border-color css
<style>
span { border-color: #186946; }
span { border-color: rgb(24,105,70); }
td.TdClassName
{
border-color: #186946;
}
.TagClassName
{
border-color: #186946;
}
</style>