Html Css Color HEX #4D5414 Verdun Green

📋 copy color: '#4D5414'

red 77 ◦ green 84 ◦ blue 20

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

Shades of Verdun Green #4D5414

Tints of Verdun Green #4D5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 20 (8.2% from 255) = 11.05%

R = 42.54%
G = 46.41%
B = 11.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#4D5414 (or 0x4D5414) is known color: Verdun Green. HEX triplet: 4D, 54 and 14. RGB value is (77,84,20). Sum of RGB (Red+Green+Blue) = 77+84+20=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5414 is #B2ABEB. Grayscale: #4A4A4A. Windows color (decimal): -11709420 or 1332301. OLE color: 1332301.

HSL color Cylindrical-coordinate representation of color #4D5414: hue angle of 66.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D5414 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 84 20 -
CMYK 0.08 0 0.76 0.67
HSL 66.56º 0.62% 0.2% -
HSV(B) 66.56º 0.76% 0.33% -
XYZ 6.36 7.97 1.86 -
YUV 74.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 77 84 20 0.08 0 0.76 0.67 66.56 0.62 0.2
Hex 4D 54 14 8 0 4C 43 43 3E 14
Octal 115 124 24 10 0 114 103 103 76 24
Binary 1001101 1010100 10100 1000 0 1001100 1000011 1000011 111110 10100

Color Harmonies of #4D5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5414

Black with #4D5414

Text Example


Text Example

White with #4D5414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,84,20); }

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

background-color css

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

 a { background-color: rgb(77,84,20); }

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

border-color css

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

 span { border-color: rgb(77,84,20); }

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