Shades of Jewel #186645
Tints of Jewel #186645
RGB
CMYK
RGB Variations
Color information
#186645 (or 0x186645) is known color: Jewel. HEX triplet: 18, 66 and 45. RGB value is (24,102,69). Sum of RGB (Red+Green+Blue) = 24+102+69=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #186645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186645 is #E799BA. Grayscale: #4A4A4A. Windows color (decimal): -15178171 or 4548120. OLE color: 4548120.
HSL color Cylindrical-coordinate representation of color #186645: hue angle of 154.62º 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 #186645 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 69 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.6 |
| HSL | 154.62º | 0.62% | 0.25% | - |
| HSV(B) | 154.62º | 0.76% | 0.4% | - |
| XYZ | 6.2 | 10.13 | 7.26 | - |
| YUV | 74.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 69 | 0.76 | 0 | 0.32 | 0.6 | 154.62 | 0.62 | 0.25 |
| Hex | 18 | 66 | 45 | 4C | 0 | 20 | 3C | 9B | 3E | 19 |
| Octal | 30 | 146 | 105 | 114 | 0 | 40 | 74 | 233 | 76 | 31 |
| Binary | 11000 | 1100110 | 1000101 | 1001100 | 0 | 100000 | 111100 | 10011011 | 111110 | 11001 |
Color Harmonies of #186645
Complementary color
Monochromatic Colors of #186645
Black with #186645
Text Example
Text Example
White with #186645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186645; }
p { color: rgb(24,102,69); }
H1.HeaderClassName
{
color: #186645;
}
.AnyTagClassName
{
color: #186645;
}
</style>
background-color css
<style>
a { background-color: #186645; }
a { background-color: rgb(24,102,69); }
div.DivClassName
{
background-color: #186645;
}
.BgClassName
{
background-color: #186645;
}
</style>
border-color css
<style>
span { border-color: #186645; }
span { border-color: rgb(24,102,69); }
td.TdClassName
{
border-color: #186645;
}
.TagClassName
{
border-color: #186645;
}
</style>