Html Css Color HEX #4D620E Verdun Green

📋 copy color: '#4D620E'

red 77 ◦ green 98 ◦ blue 14

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

Shades of Verdun Green #4D620E

Tints of Verdun Green #4D620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.85%

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

R = 40.74%
G = 51.85%
B = 7.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#4D620E (or 0x4D620E) is known color: Verdun Green. HEX triplet: 4D, 62 and 0E. RGB value is (77,98,14). Sum of RGB (Red+Green+Blue) = 77+98+14=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #4D620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D620E is #B29DF1. Grayscale: #525252. Windows color (decimal): -11705842 or 942669. OLE color: 942669.

HSL color Cylindrical-coordinate representation of color #4D620E: hue angle of 75º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D620E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 14 -
CMYK 0.21 0 0.86 0.62
HSL 75º 0.75% 0.22% -
HSV(B) 75º 0.86% 0.38% -
XYZ 7.51 10.34 2.02 -
YUV 82.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 77 98 14 0.21 0 0.86 0.62 75 0.75 0.22
Hex 4D 62 E 15 0 56 3E 4B 4B 16
Octal 115 142 16 25 0 126 76 113 113 26
Binary 1001101 1100010 1110 10101 0 1010110 111110 1001011 1001011 10110

Color Harmonies of #4D620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D620E

Black with #4D620E

Text Example


Text Example

White with #4D620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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