Shades of Jewel #186349
Tints of Jewel #186349
RGB
CMYK
RGB Variations
Color information
#186349 (or 0x186349) is known color: Jewel. HEX triplet: 18, 63 and 49. RGB value is (24,99,73). Sum of RGB (Red+Green+Blue) = 24+99+73=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #186349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186349 is #E79CB6. Grayscale: #494949. Windows color (decimal): -15178935 or 4809496. OLE color: 4809496.
HSL color Cylindrical-coordinate representation of color #186349: hue angle of 159.2º 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 #186349 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 73 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.61 |
| HSL | 159.2º | 0.61% | 0.24% | - |
| HSV(B) | 159.2º | 0.76% | 0.39% | - |
| XYZ | 6.04 | 9.6 | 7.84 | - |
| YUV | 73.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 73 | 0.76 | 0 | 0.26 | 0.61 | 159.2 | 0.61 | 0.24 |
| Hex | 18 | 63 | 49 | 4C | 0 | 1A | 3D | 9F | 3D | 18 |
| Octal | 30 | 143 | 111 | 114 | 0 | 32 | 75 | 237 | 75 | 30 |
| Binary | 11000 | 1100011 | 1001001 | 1001100 | 0 | 11010 | 111101 | 10011111 | 111101 | 11000 |
Color Harmonies of #186349
Complementary color
Monochromatic Colors of #186349
Black with #186349
Text Example
Text Example
White with #186349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186349; }
p { color: rgb(24,99,73); }
H1.HeaderClassName
{
color: #186349;
}
.AnyTagClassName
{
color: #186349;
}
</style>
background-color css
<style>
a { background-color: #186349; }
a { background-color: rgb(24,99,73); }
div.DivClassName
{
background-color: #186349;
}
.BgClassName
{
background-color: #186349;
}
</style>
border-color css
<style>
span { border-color: #186349; }
span { border-color: rgb(24,99,73); }
td.TdClassName
{
border-color: #186349;
}
.TagClassName
{
border-color: #186349;
}
</style>