Html Css Color HEX #4D4910 Verdun Green

📋 copy color: '#4D4910'

red 77 ◦ green 73 ◦ blue 16

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

Shades of Verdun Green #4D4910

Tints of Verdun Green #4D4910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 46.39%
G = 43.98%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4D4910 (or 0x4D4910) is known color: Verdun Green. HEX triplet: 4D, 49 and 10. RGB value is (77,73,16). Sum of RGB (Red+Green+Blue) = 77+73+16=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4910 is #B2B6EF. Grayscale: #434343. Windows color (decimal): -11712240 or 1067341. OLE color: 1067341.

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

Color convert

RGB 77 73 16 -
CMYK 0 0.05 0.79 0.70
HSL 56.07º 0.66% 0.18% -
HSV(B) 56.07º 0.79% 0.3% -
XYZ 5.54 6.38 1.43 -
YUV 67.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 77 73 16 0 0.05 0.79 0.70 56.07 0.66 0.18
Hex 4D 49 10 0 5 4F 46 38 42 12
Octal 115 111 20 0 5 117 106 70 102 22
Binary 1001101 1001001 10000 0 101 1001111 1000110 111000 1000010 10010

Color Harmonies of #4D4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4910

Black with #4D4910

Text Example


Text Example

White with #4D4910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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