#4E4722

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

Shades of Bronze Olive #4E4722

Tints of Bronze Olive #4E4722

Color information

#4E4722 (or 0x4E4722) is unknown color: approx Bronze Olive. HEX triplet: 4E, 47 and 22. RGB value is (78,71,34). Sum of RGB (Red+Green+Blue) = 78+71+34=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4722 is #B1B8DD. Grayscale: #454545. Windows color (decimal): -11647198 or 2246478. OLE color: 2246478.

HSL color Cylindrical-coordinate representation of color #4E4722: hue angle of 50.45º 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 #4E4722 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB787134-
CMYK00.090.560.69
HSL50.45º39.29%21.96%-
HSV(B)50.45º56.41%30.59%-
XYZ5.686.242.42-
YUV68.88108.32134.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=42.62%
G=38.80%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78713400.090.560.6950.4539.2921.96
Hex4E4722093845322716
Octal1161074201170105624726
Binary1001110100011110001001001111000100010111001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,34); }

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

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

 a { background-color: rgb(78,71,34); }

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

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

 span { border-color: rgb(78,71,34); }

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