#4E4A16

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

Shades of Bronze Olive #4E4A16

Tints of Bronze Olive #4E4A16

Color information

#4E4A16 (or 0x4E4A16) is unknown color: approx Bronze Olive. HEX triplet: 4E, 4A and 16. RGB value is (78,74,22). Sum of RGB (Red+Green+Blue) = 78+74+22=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4A16 is #B1B5E9. Grayscale: #454545. Windows color (decimal): -11646442 or 1460814. OLE color: 1460814.

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

Color convert

RGB787422-
CMYK00.050.720.69
HSL55.71º56%19.61%-
HSV(B)55.71º71.79%30.59%-
XYZ5.746.581.73-
YUV69.27101.33134.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=44.83%
G=42.53%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78742200.050.720.6955.715619.61
Hex4E4A16054845383814
Octal1161122605110105707024
Binary100111010010101011001011001000100010111100011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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