Shades of Bronze Olive #4E4922
Tints of Bronze Olive #4E4922
RGB
CMYK
RGB Variations
Color information
#4E4922 (or 0x4E4922) is known color: Bronze Olive. HEX triplet: 4E, 49 and 22. RGB value is (78,73,34). Sum of RGB (Red+Green+Blue) = 78+73+34=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4922 is #B1B6DD. Grayscale: #464646. Windows color (decimal): -11646686 or 2246990. OLE color: 2246990.
HSL color Cylindrical-coordinate representation of color #4E4922: hue angle of 53.18º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4922 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 73 | 34 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.69 |
| HSL | 53.18º | 0.39% | 0.22% | - |
| HSV(B) | 53.18º | 0.56% | 0.31% | - |
| XYZ | 5.81 | 6.5 | 2.46 | - |
| YUV | 70.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 34 | 0 | 0.06 | 0.56 | 0.69 | 53.18 | 0.39 | 0.22 |
| Hex | 4E | 49 | 22 | 0 | 6 | 38 | 45 | 35 | 27 | 16 |
| Octal | 116 | 111 | 42 | 0 | 6 | 70 | 105 | 65 | 47 | 26 |
| Binary | 1001110 | 1001001 | 100010 | 0 | 110 | 111000 | 1000101 | 110101 | 100111 | 10110 |
Color Harmonies of #4E4922
Complementary color
Monochromatic Colors of #4E4922
Black with #4E4922
Text Example
Text Example
White with #4E4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4922; }
p { color: rgb(78,73,34); }
H1.HeaderClassName
{
color: #4E4922;
}
.AnyTagClassName
{
color: #4E4922;
}
</style>
background-color css
<style>
a { background-color: #4E4922; }
a { background-color: rgb(78,73,34); }
div.DivClassName
{
background-color: #4E4922;
}
.BgClassName
{
background-color: #4E4922;
}
</style>
border-color css
<style>
span { border-color: #4E4922; }
span { border-color: rgb(78,73,34); }
td.TdClassName
{
border-color: #4E4922;
}
.TagClassName
{
border-color: #4E4922;
}
</style>