#4E4916

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

Shades of Bronze Olive #4E4916

Tints of Bronze Olive #4E4916

Color information

#4E4916 (or 0x4E4916) is unknown color: approx Bronze Olive. HEX triplet: 4E, 49 and 16. RGB value is (78,73,22). Sum of RGB (Red+Green+Blue) = 78+73+22=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4916 is #B1B6E9. Grayscale: #444444. Windows color (decimal): -11646698 or 1460558. OLE color: 1460558.

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

Color convert

RGB787322-
CMYK00.060.720.69
HSL54.64º56%19.61%-
HSV(B)54.64º71.79%30.59%-
XYZ5.676.441.7-
YUV68.68101.66134.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=45.09%
G=42.20%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78732200.060.720.6954.645619.61
Hex4E4916064845373814
Octal1161112606110105677024
Binary100111010010011011001101001000100010111011111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,22); }

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

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

 a { background-color: rgb(78,73,22); }

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

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

 span { border-color: rgb(78,73,22); }

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