Shades of Bronze Olive #4E4818
Tints of Bronze Olive #4E4818
RGB
CMYK
RGB Variations
Color information
#4E4818 (or 0x4E4818) is known color: Bronze Olive. HEX triplet: 4E, 48 and 18. RGB value is (78,72,24). Sum of RGB (Red+Green+Blue) = 78+72+24=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4818 is #B1B7E7. Grayscale: #444444. Windows color (decimal): -11646952 or 1591374. OLE color: 1591374.
HSL color Cylindrical-coordinate representation of color #4E4818: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4818 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 24 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.69 |
| HSL | 53.33º | 0.53% | 0.2% | - |
| HSV(B) | 53.33º | 0.69% | 0.31% | - |
| XYZ | 5.62 | 6.32 | 1.79 | - |
| YUV | 68.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 24 | 0 | 0.08 | 0.69 | 0.69 | 53.33 | 0.53 | 0.2 |
| Hex | 4E | 48 | 18 | 0 | 8 | 45 | 45 | 35 | 35 | 14 |
| Octal | 116 | 110 | 30 | 0 | 10 | 105 | 105 | 65 | 65 | 24 |
| Binary | 1001110 | 1001000 | 11000 | 0 | 1000 | 1000101 | 1000101 | 110101 | 110101 | 10100 |
Color Harmonies of #4E4818
Complementary color
Monochromatic Colors of #4E4818
Black with #4E4818
Text Example
Text Example
White with #4E4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4818; }
p { color: rgb(78,72,24); }
H1.HeaderClassName
{
color: #4E4818;
}
.AnyTagClassName
{
color: #4E4818;
}
</style>
background-color css
<style>
a { background-color: #4E4818; }
a { background-color: rgb(78,72,24); }
div.DivClassName
{
background-color: #4E4818;
}
.BgClassName
{
background-color: #4E4818;
}
</style>
border-color css
<style>
span { border-color: #4E4818; }
span { border-color: rgb(78,72,24); }
td.TdClassName
{
border-color: #4E4818;
}
.TagClassName
{
border-color: #4E4818;
}
</style>