Shades of Bronze Olive #4E4817
Tints of Bronze Olive #4E4817
RGB
CMYK
RGB Variations
Color information
#4E4817 (or 0x4E4817) is known color: Bronze Olive. HEX triplet: 4E, 48 and 17. RGB value is (78,72,23). Sum of RGB (Red+Green+Blue) = 78+72+23=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4817 is #B1B7E8. Grayscale: #444444. Windows color (decimal): -11646953 or 1525838. OLE color: 1525838.
HSL color Cylindrical-coordinate representation of color #4E4817: hue angle of 53.45º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E4817 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 72 | 23 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.69 |
| HSL | 53.45º | 0.54% | 0.2% | - |
| HSV(B) | 53.45º | 0.71% | 0.31% | - |
| XYZ | 5.61 | 6.32 | 1.73 | - |
| YUV | 68.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 23 | 0 | 0.08 | 0.71 | 0.69 | 53.45 | 0.54 | 0.2 |
| Hex | 4E | 48 | 17 | 0 | 8 | 47 | 45 | 35 | 36 | 14 |
| Octal | 116 | 110 | 27 | 0 | 10 | 107 | 105 | 65 | 66 | 24 |
| Binary | 1001110 | 1001000 | 10111 | 0 | 1000 | 1000111 | 1000101 | 110101 | 110110 | 10100 |
Color Harmonies of #4E4817
Complementary color
Monochromatic Colors of #4E4817
Black with #4E4817
Text Example
Text Example
White with #4E4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4817; }
p { color: rgb(78,72,23); }
H1.HeaderClassName
{
color: #4E4817;
}
.AnyTagClassName
{
color: #4E4817;
}
</style>
background-color css
<style>
a { background-color: #4E4817; }
a { background-color: rgb(78,72,23); }
div.DivClassName
{
background-color: #4E4817;
}
.BgClassName
{
background-color: #4E4817;
}
</style>
border-color css
<style>
span { border-color: #4E4817; }
span { border-color: rgb(78,72,23); }
td.TdClassName
{
border-color: #4E4817;
}
.TagClassName
{
border-color: #4E4817;
}
</style>