#4F4910

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

Shades of Bronze Olive #4F4910

Tints of Bronze Olive #4F4910

Color information

#4F4910 (or 0x4F4910) is unknown color: approx Bronze Olive. HEX triplet: 4F, 49 and 10. RGB value is (79,73,16). Sum of RGB (Red+Green+Blue) = 79+73+16=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F4910 is #B0B6EF. Grayscale: #444444. Windows color (decimal): -11581168 or 1067343. OLE color: 1067343.

HSL color Cylindrical-coordinate representation of color #4F4910: hue angle of 54.29º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F4910 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB797316-
CMYK00.080.800.69
HSL54.29º66.32%18.63%-
HSV(B)54.29º79.75%30.98%-
XYZ5.76.461.44-
YUV68.398.49135.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=47.02%
G=43.45%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79731600.080.800.6954.2966.3218.63
Hex4F4910085045364213
Octal117111200101201056610223
Binary10011111001001100000100010100001000101110110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,73,16); }

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

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

 a { background-color: rgb(79,73,16); }

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

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

 span { border-color: rgb(79,73,16); }

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