Shades of Jewel #186545
Tints of Jewel #186545
RGB
CMYK
RGB Variations
Color information
#186545 (or 0x186545) is known color: Jewel. HEX triplet: 18, 65 and 45. RGB value is (24,101,69). Sum of RGB (Red+Green+Blue) = 24+101+69=194 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.37% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #186545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186545 is #E79ABA. Grayscale: #4A4A4A. Windows color (decimal): -15178427 or 4547864. OLE color: 4547864.
HSL color Cylindrical-coordinate representation of color #186545: hue angle of 155.06º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186545 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 69 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.60 |
| HSL | 155.06º | 0.62% | 0.25% | - |
| HSV(B) | 155.06º | 0.76% | 0.4% | - |
| XYZ | 6.1 | 9.93 | 7.23 | - |
| YUV | 74.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 69 | 0.76 | 0 | 0.32 | 0.60 | 155.06 | 0.62 | 0.25 |
| Hex | 18 | 65 | 45 | 4C | 0 | 20 | 3C | 9B | 3E | 19 |
| Octal | 30 | 145 | 105 | 114 | 0 | 40 | 74 | 233 | 76 | 31 |
| Binary | 11000 | 1100101 | 1000101 | 1001100 | 0 | 100000 | 111100 | 10011011 | 111110 | 11001 |
Color Harmonies of #186545
Complementary color
Monochromatic Colors of #186545
Black with #186545
Text Example
Text Example
White with #186545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186545; }
p { color: rgb(24,101,69); }
H1.HeaderClassName
{
color: #186545;
}
.AnyTagClassName
{
color: #186545;
}
</style>
background-color css
<style>
a { background-color: #186545; }
a { background-color: rgb(24,101,69); }
div.DivClassName
{
background-color: #186545;
}
.BgClassName
{
background-color: #186545;
}
</style>
border-color css
<style>
span { border-color: #186545; }
span { border-color: rgb(24,101,69); }
td.TdClassName
{
border-color: #186545;
}
.TagClassName
{
border-color: #186545;
}
</style>