Shades of Jewel #18674A
Tints of Jewel #18674A
RGB
CMYK
RGB Variations
Color information
#18674A (or 0x18674A) is known color: Jewel. HEX triplet: 18, 67 and 4A. RGB value is (24,103,74). Sum of RGB (Red+Green+Blue) = 24+103+74=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #18674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18674A is #E798B5. Grayscale: #4C4C4C. Windows color (decimal): -15177910 or 4876056. OLE color: 4876056.
HSL color Cylindrical-coordinate representation of color #18674A: hue angle of 157.97º 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 #18674A is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 103 | 74 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.60 |
| HSL | 157.97º | 0.62% | 0.25% | - |
| HSV(B) | 157.97º | 0.77% | 0.4% | - |
| XYZ | 6.46 | 10.39 | 8.14 | - |
| YUV | 76.07 | 126.83 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 74 | 0.77 | 0 | 0.28 | 0.60 | 157.97 | 0.62 | 0.25 |
| Hex | 18 | 67 | 4A | 4D | 0 | 1C | 3C | 9E | 3E | 19 |
| Octal | 30 | 147 | 112 | 115 | 0 | 34 | 74 | 236 | 76 | 31 |
| Binary | 11000 | 1100111 | 1001010 | 1001101 | 0 | 11100 | 111100 | 10011110 | 111110 | 11001 |
Color Harmonies of #18674A
Complementary color
Monochromatic Colors of #18674A
Black with #18674A
Text Example
Text Example
White with #18674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18674A; }
p { color: rgb(24,103,74); }
H1.HeaderClassName
{
color: #18674A;
}
.AnyTagClassName
{
color: #18674A;
}
</style>
background-color css
<style>
a { background-color: #18674A; }
a { background-color: rgb(24,103,74); }
div.DivClassName
{
background-color: #18674A;
}
.BgClassName
{
background-color: #18674A;
}
</style>
border-color css
<style>
span { border-color: #18674A; }
span { border-color: rgb(24,103,74); }
td.TdClassName
{
border-color: #18674A;
}
.TagClassName
{
border-color: #18674A;
}
</style>