#4E4825

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

Shades of Bronze Olive #4E4825

Tints of Bronze Olive #4E4825

Color information

#4E4825 (or 0x4E4825) is unknown color: approx Bronze Olive. HEX triplet: 4E, 48 and 25. RGB value is (78,72,37). Sum of RGB (Red+Green+Blue) = 78+72+37=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4825 is #B1B7DA. Grayscale: #454545. Windows color (decimal): -11646939 or 2443342. OLE color: 2443342.

HSL color Cylindrical-coordinate representation of color #4E4825: hue angle of 51.22º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E4825 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB787237-
CMYK00.080.530.69
HSL51.22º35.65%22.55%-
HSV(B)51.22º52.56%30.59%-
XYZ5.796.392.68-
YUV69.8109.49133.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 37 (14.84% from 255) = 19.79%
R=41.71%
G=38.50%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78723700.080.530.6951.2235.6522.55
Hex4E4825083545332417
Octal1161104501065105634427
Binary1001110100100010010101000110101100010111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E4825; }

 p { color: rgb(78,72,37); }

 H1.HeaderClassName
 {
   color: #4E4825;
 }
 .AnyTagClassName
 {
   color: #4E4825;
 }
</style>
background-color css

<style>
 a { background-color: #4E4825; }

 a { background-color: rgb(78,72,37); }

 div.DivClassName
 {
   background-color: #4E4825;
 }
 .BgClassName
 {
   background-color: #4E4825;
 }
</style>
border-color css

<style>
 span { border-color: #4E4825; }

 span { border-color: rgb(78,72,37); }

 td.TdClassName
 {
   border-color: #4E4825;
 }
 .TagClassName
 {
   border-color: #4E4825;
 }
</style>