Shades of Jewel #186346
Tints of Jewel #186346
RGB
CMYK
RGB Variations
Color information
#186346 (or 0x186346) is known color: Jewel. HEX triplet: 18, 63 and 46. RGB value is (24,99,70). Sum of RGB (Red+Green+Blue) = 24+99+70=193 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.44% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #186346 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186346 is #E79CB9. Grayscale: #494949. Windows color (decimal): -15178938 or 4612888. OLE color: 4612888.
HSL color Cylindrical-coordinate representation of color #186346: hue angle of 156.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186346 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 70 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.61 |
| HSL | 156.8º | 0.61% | 0.24% | - |
| HSV(B) | 156.8º | 0.76% | 0.39% | - |
| XYZ | 5.94 | 9.56 | 7.33 | - |
| YUV | 73.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 70 | 0.76 | 0 | 0.29 | 0.61 | 156.8 | 0.61 | 0.24 |
| Hex | 18 | 63 | 46 | 4C | 0 | 1D | 3D | 9D | 3D | 18 |
| Octal | 30 | 143 | 106 | 114 | 0 | 35 | 75 | 235 | 75 | 30 |
| Binary | 11000 | 1100011 | 1000110 | 1001100 | 0 | 11101 | 111101 | 10011101 | 111101 | 11000 |
Color Harmonies of #186346
Complementary color
Monochromatic Colors of #186346
Black with #186346
Text Example
Text Example
White with #186346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186346; }
p { color: rgb(24,99,70); }
H1.HeaderClassName
{
color: #186346;
}
.AnyTagClassName
{
color: #186346;
}
</style>
background-color css
<style>
a { background-color: #186346; }
a { background-color: rgb(24,99,70); }
div.DivClassName
{
background-color: #186346;
}
.BgClassName
{
background-color: #186346;
}
</style>
border-color css
<style>
span { border-color: #186346; }
span { border-color: rgb(24,99,70); }
td.TdClassName
{
border-color: #186346;
}
.TagClassName
{
border-color: #186346;
}
</style>