#4E4922

Color #4E4922 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #4E4922

Tints of Bronze Olive #4E4922

Color information

#4E4922 (or 0x4E4922) is unknown color: approx 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

RGB787334-
CMYK00.060.560.69
HSL53.18º39.29%21.96%-
HSV(B)53.18º56.41%30.59%-
XYZ5.816.52.46-
YUV70.05107.66133.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 42.16%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=42.16%
G=39.46%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78733400.060.560.6953.1839.2921.96
Hex4E4922063845352716
Octal116111420670105654726
Binary100111010010011000100110111000100010111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>