#4E4A19

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

Shades of Bronze Olive #4E4A19

Tints of Bronze Olive #4E4A19

Color information

#4E4A19 (or 0x4E4A19) is unknown color: approx Bronze Olive. HEX triplet: 4E, 4A and 19. RGB value is (78,74,25). Sum of RGB (Red+Green+Blue) = 78+74+25=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A19 is #B1B5E6. Grayscale: #454545. Windows color (decimal): -11646439 or 1657422. OLE color: 1657422.

HSL color Cylindrical-coordinate representation of color #4E4A19: hue angle of 55.47º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E4A19 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.69.

Color convert

RGB787425-
CMYK00.050.680.69
HSL55.47º51.46%20.2%-
HSV(B)55.47º67.95%30.59%-
XYZ5.776.591.89-
YUV69.61102.83133.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 74 (29.30% from 255) = 41.81%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=44.07%
G=41.81%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78742500.050.680.6955.4751.4620.2
Hex4E4A19054445373314
Octal1161123105104105676324
Binary100111010010101100101011000100100010111011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,74,25); }

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

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

 a { background-color: rgb(78,74,25); }

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

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

 span { border-color: rgb(78,74,25); }

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