Html Css Color HEX #4D6214 Verdun Green

📋 copy color: '#4D6214'

red 77 ◦ green 98 ◦ blue 20

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

Shades of Verdun Green #4D6214

Tints of Verdun Green #4D6214

RGB

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

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

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

R = 39.49%
G = 50.26%
B = 10.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#4D6214 (or 0x4D6214) is known color: Verdun Green. HEX triplet: 4D, 62 and 14. RGB value is (77,98,20). Sum of RGB (Red+Green+Blue) = 77+98+20=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6214 is #B29DEB. Grayscale: #535353. Windows color (decimal): -11705836 or 1335885. OLE color: 1335885.

HSL color Cylindrical-coordinate representation of color #4D6214: hue angle of 76.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D6214 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 98 20 -
CMYK 0.21 0 0.80 0.62
HSL 76.15º 0.66% 0.23% -
HSV(B) 76.15º 0.8% 0.38% -
XYZ 7.55 10.36 2.26 -
YUV 82.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 77 98 20 0.21 0 0.80 0.62 76.15 0.66 0.23
Hex 4D 62 14 15 0 50 3E 4C 42 17
Octal 115 142 24 25 0 120 76 114 102 27
Binary 1001101 1100010 10100 10101 0 1010000 111110 1001100 1000010 10111

Color Harmonies of #4D6214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6214

Black with #4D6214

Text Example


Text Example

White with #4D6214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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