Shades of Jewel #18674E
Tints of Jewel #18674E
RGB
CMYK
RGB Variations
Color information
#18674E (or 0x18674E) is known color: Jewel. HEX triplet: 18, 67 and 4E. RGB value is (24,103,78). Sum of RGB (Red+Green+Blue) = 24+103+78=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #18674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18674E is #E798B1. Grayscale: #4C4C4C. Windows color (decimal): -15177906 or 5138200. OLE color: 5138200.
HSL color Cylindrical-coordinate representation of color #18674E: hue angle of 161.01º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18674E is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 103 | 78 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.60 |
| HSL | 161.01º | 0.62% | 0.25% | - |
| HSV(B) | 161.01º | 0.77% | 0.4% | - |
| XYZ | 6.6 | 10.44 | 8.88 | - |
| YUV | 76.53 | 128.83 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 78 | 0.77 | 0 | 0.24 | 0.60 | 161.01 | 0.62 | 0.25 |
| Hex | 18 | 67 | 4E | 4D | 0 | 18 | 3C | A1 | 3E | 19 |
| Octal | 30 | 147 | 116 | 115 | 0 | 30 | 74 | 241 | 76 | 31 |
| Binary | 11000 | 1100111 | 1001110 | 1001101 | 0 | 11000 | 111100 | 10100001 | 111110 | 11001 |
Color Harmonies of #18674E
Complementary color
Monochromatic Colors of #18674E
Black with #18674E
Text Example
Text Example
White with #18674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18674E; }
p { color: rgb(24,103,78); }
H1.HeaderClassName
{
color: #18674E;
}
.AnyTagClassName
{
color: #18674E;
}
</style>
background-color css
<style>
a { background-color: #18674E; }
a { background-color: rgb(24,103,78); }
div.DivClassName
{
background-color: #18674E;
}
.BgClassName
{
background-color: #18674E;
}
</style>
border-color css
<style>
span { border-color: #18674E; }
span { border-color: rgb(24,103,78); }
td.TdClassName
{
border-color: #18674E;
}
.TagClassName
{
border-color: #18674E;
}
</style>