Shades of Bronze Olive #4E4A22
Tints of Bronze Olive #4E4A22
RGB
CMYK
RGB Variations
Color information
#4E4A22 (or 0x4E4A22) is known color: Bronze Olive. HEX triplet: 4E, 4A and 22. RGB value is (78,74,34). Sum of RGB (Red+Green+Blue) = 78+74+34=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A22 is #B1B5DD. Grayscale: #464646. Windows color (decimal): -11646430 or 2247246. OLE color: 2247246.
HSL color Cylindrical-coordinate representation of color #4E4A22: hue angle of 54.55º 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 #4E4A22 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 34 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.69 |
| HSL | 54.55º | 0.39% | 0.22% | - |
| HSV(B) | 54.55º | 0.56% | 0.31% | - |
| XYZ | 5.88 | 6.63 | 2.48 | - |
| YUV | 70.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 34 | 0 | 0.05 | 0.56 | 0.69 | 54.55 | 0.39 | 0.22 |
| Hex | 4E | 4A | 22 | 0 | 5 | 38 | 45 | 37 | 27 | 16 |
| Octal | 116 | 112 | 42 | 0 | 5 | 70 | 105 | 67 | 47 | 26 |
| Binary | 1001110 | 1001010 | 100010 | 0 | 101 | 111000 | 1000101 | 110111 | 100111 | 10110 |
Color Harmonies of #4E4A22
Complementary color
Monochromatic Colors of #4E4A22
Black with #4E4A22
Text Example
Text Example
White with #4E4A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A22; }
p { color: rgb(78,74,34); }
H1.HeaderClassName
{
color: #4E4A22;
}
.AnyTagClassName
{
color: #4E4A22;
}
</style>
background-color css
<style>
a { background-color: #4E4A22; }
a { background-color: rgb(78,74,34); }
div.DivClassName
{
background-color: #4E4A22;
}
.BgClassName
{
background-color: #4E4A22;
}
</style>
border-color css
<style>
span { border-color: #4E4A22; }
span { border-color: rgb(78,74,34); }
td.TdClassName
{
border-color: #4E4A22;
}
.TagClassName
{
border-color: #4E4A22;
}
</style>