Shades of Jewel #186942
Tints of Jewel #186942
RGB
CMYK
RGB Variations
Color information
#186942 (or 0x186942) is known color: Jewel. HEX triplet: 18, 69 and 42. RGB value is (24,105,66). Sum of RGB (Red+Green+Blue) = 24+105+66=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #186942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186942 is #E796BD. Grayscale: #4C4C4C. Windows color (decimal): -15177406 or 4352280. OLE color: 4352280.
HSL color Cylindrical-coordinate representation of color #186942: hue angle of 151.11º 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 #186942 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 66 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.59 |
| HSL | 151.11º | 0.63% | 0.25% | - |
| HSV(B) | 151.11º | 0.77% | 0.41% | - |
| XYZ | 6.41 | 10.69 | 6.88 | - |
| YUV | 76.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 66 | 0.77 | 0 | 0.37 | 0.59 | 151.11 | 0.63 | 0.25 |
| Hex | 18 | 69 | 42 | 4D | 0 | 25 | 3B | 97 | 3F | 19 |
| Octal | 30 | 151 | 102 | 115 | 0 | 45 | 73 | 227 | 77 | 31 |
| Binary | 11000 | 1101001 | 1000010 | 1001101 | 0 | 100101 | 111011 | 10010111 | 111111 | 11001 |
Color Harmonies of #186942
Complementary color
Monochromatic Colors of #186942
Black with #186942
Text Example
Text Example
White with #186942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186942; }
p { color: rgb(24,105,66); }
H1.HeaderClassName
{
color: #186942;
}
.AnyTagClassName
{
color: #186942;
}
</style>
background-color css
<style>
a { background-color: #186942; }
a { background-color: rgb(24,105,66); }
div.DivClassName
{
background-color: #186942;
}
.BgClassName
{
background-color: #186942;
}
</style>
border-color css
<style>
span { border-color: #186942; }
span { border-color: rgb(24,105,66); }
td.TdClassName
{
border-color: #186942;
}
.TagClassName
{
border-color: #186942;
}
</style>