Html Css Color HEX #4D4920 Bronze Olive

📋 copy color: '#4D4920'

red 77 ◦ green 73 ◦ blue 32

#4D4920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #4D4920

Tints of Bronze Olive #4D4920

RGB

 RED value IS 77 (30.47% from 255) = 42.31%

 GREEN value IS 73 (28.91% from 255) = 40.11%

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 42.31%
G = 40.11%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4D4920 (or 0x4D4920) is known color: Bronze Olive. HEX triplet: 4D, 49 and 20. RGB value is (77,73,32). Sum of RGB (Red+Green+Blue) = 77+73+32=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4920 is #B2B6DF. Grayscale: #454545. Windows color (decimal): -11712224 or 2115917. OLE color: 2115917.

HSL color Cylindrical-coordinate representation of color #4D4920: hue angle of 54.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D4920 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 73 32 -
CMYK 0 0.05 0.58 0.70
HSL 54.67º 0.41% 0.21% -
HSV(B) 54.67º 0.58% 0.3% -
XYZ 5.7 6.45 2.31 -
YUV 69.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 77 73 32 0 0.05 0.58 0.70 54.67 0.41 0.21
Hex 4D 49 20 0 5 3A 46 37 29 15
Octal 115 111 40 0 5 72 106 67 51 25
Binary 1001101 1001001 100000 0 101 111010 1000110 110111 101001 10101

Color Harmonies of #4D4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4920

Black with #4D4920

Text Example


Text Example

White with #4D4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,32); }

 H1.HeaderClassName
 {
   color: #4D4920;
 }
 .AnyTagClassName
 {
   color: #4D4920;
 }
</style>

background-color css

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

 a { background-color: rgb(77,73,32); }

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

border-color css

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

 span { border-color: rgb(77,73,32); }

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