Html Css Color HEX #4D540E Verdun Green

📋 copy color: '#4D540E'

red 77 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #4D540E

Tints of Verdun Green #4D540E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8%

R = 44%
G = 48%
B = 8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#4D540E (or 0x4D540E) is known color: Verdun Green. HEX triplet: 4D, 54 and 0E. RGB value is (77,84,14). Sum of RGB (Red+Green+Blue) = 77+84+14=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #4D540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D540E is #B2ABF1. Grayscale: #4A4A4A. Windows color (decimal): -11709426 or 939085. OLE color: 939085.

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

Color convert

RGB 77 84 14 -
CMYK 0.08 0 0.83 0.67
HSL 66º 0.71% 0.19% -
HSV(B) 66º 0.83% 0.33% -
XYZ 6.31 7.95 1.62 -
YUV 73.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 77 84 14 0.08 0 0.83 0.67 66 0.71 0.19
Hex 4D 54 E 8 0 53 43 42 47 13
Octal 115 124 16 10 0 123 103 102 107 23
Binary 1001101 1010100 1110 1000 0 1010011 1000011 1000010 1000111 10011

Color Harmonies of #4D540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D540E

Black with #4D540E

Text Example


Text Example

White with #4D540E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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