Shades of Jewel #186442
Tints of Jewel #186442
RGB
CMYK
RGB Variations
Color information
#186442 (or 0x186442) is known color: Jewel. HEX triplet: 18, 64 and 42. RGB value is (24,100,66). Sum of RGB (Red+Green+Blue) = 24+100+66=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #186442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186442 is #E79BBD. Grayscale: #494949. Windows color (decimal): -15178686 or 4351000. OLE color: 4351000.
HSL color Cylindrical-coordinate representation of color #186442: hue angle of 153.16º 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 #186442 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 66 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.61 |
| HSL | 153.16º | 0.61% | 0.24% | - |
| HSV(B) | 153.16º | 0.76% | 0.39% | - |
| XYZ | 5.92 | 9.7 | 6.72 | - |
| YUV | 73.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 66 | 0.76 | 0 | 0.34 | 0.61 | 153.16 | 0.61 | 0.24 |
| Hex | 18 | 64 | 42 | 4C | 0 | 22 | 3D | 99 | 3D | 18 |
| Octal | 30 | 144 | 102 | 114 | 0 | 42 | 75 | 231 | 75 | 30 |
| Binary | 11000 | 1100100 | 1000010 | 1001100 | 0 | 100010 | 111101 | 10011001 | 111101 | 11000 |
Color Harmonies of #186442
Complementary color
Monochromatic Colors of #186442
Black with #186442
Text Example
Text Example
White with #186442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186442; }
p { color: rgb(24,100,66); }
H1.HeaderClassName
{
color: #186442;
}
.AnyTagClassName
{
color: #186442;
}
</style>
background-color css
<style>
a { background-color: #186442; }
a { background-color: rgb(24,100,66); }
div.DivClassName
{
background-color: #186442;
}
.BgClassName
{
background-color: #186442;
}
</style>
border-color css
<style>
span { border-color: #186442; }
span { border-color: rgb(24,100,66); }
td.TdClassName
{
border-color: #186442;
}
.TagClassName
{
border-color: #186442;
}
</style>