Shades of Jewel #186B4A
Tints of Jewel #186B4A
RGB
CMYK
RGB Variations
Color information
#186B4A (or 0x186B4A) is known color: Jewel. HEX triplet: 18, 6B and 4A. RGB value is (24,107,74). Sum of RGB (Red+Green+Blue) = 24+107+74=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 107 (42.19% from 255 or 52.20% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 107 - color contains mainly: green. Hex color #186B4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186B4A is #E794B5. Grayscale: #4E4E4E. Windows color (decimal): -15176886 or 4877080. OLE color: 4877080.
HSL color Cylindrical-coordinate representation of color #186B4A: hue angle of 156.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B4A is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 74 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.58 |
| HSL | 156.14º | 0.63% | 0.26% | - |
| HSV(B) | 156.14º | 0.78% | 0.42% | - |
| XYZ | 6.87 | 11.2 | 8.28 | - |
| YUV | 78.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 74 | 0.78 | 0 | 0.31 | 0.58 | 156.14 | 0.63 | 0.26 |
| Hex | 18 | 6B | 4A | 4E | 0 | 1F | 3A | 9C | 3F | 1A |
| Octal | 30 | 153 | 112 | 116 | 0 | 37 | 72 | 234 | 77 | 32 |
| Binary | 11000 | 1101011 | 1001010 | 1001110 | 0 | 11111 | 111010 | 10011100 | 111111 | 11010 |
Color Harmonies of #186B4A
Complementary color
Monochromatic Colors of #186B4A
Black with #186B4A
Text Example
Text Example
White with #186B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B4A; }
p { color: rgb(24,107,74); }
H1.HeaderClassName
{
color: #186B4A;
}
.AnyTagClassName
{
color: #186B4A;
}
</style>
background-color css
<style>
a { background-color: #186B4A; }
a { background-color: rgb(24,107,74); }
div.DivClassName
{
background-color: #186B4A;
}
.BgClassName
{
background-color: #186B4A;
}
</style>
border-color css
<style>
span { border-color: #186B4A; }
span { border-color: rgb(24,107,74); }
td.TdClassName
{
border-color: #186B4A;
}
.TagClassName
{
border-color: #186B4A;
}
</style>