Html Css Color HEX #4D680E Verdun Green

📋 copy color: '#4D680E'

red 77 ◦ green 104 ◦ blue 14

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

Shades of Verdun Green #4D680E

Tints of Verdun Green #4D680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 53.33%

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

R = 39.49%
G = 53.33%
B = 7.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#4D680E (or 0x4D680E) is known color: Verdun Green. HEX triplet: 4D, 68 and 0E. RGB value is (77,104,14). Sum of RGB (Red+Green+Blue) = 77+104+14=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #4D680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D680E is #B297F1. Grayscale: #565656. Windows color (decimal): -11704306 or 944205. OLE color: 944205.

HSL color Cylindrical-coordinate representation of color #4D680E: hue angle of 78º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D680E is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 104 14 -
CMYK 0.26 0 0.87 0.59
HSL 78º 0.76% 0.23% -
HSV(B) 78º 0.87% 0.41% -
XYZ 8.09 11.51 2.21 -
YUV 85.67 87.55 121.82 -
System Red Green Blue C M Y K H S L
Decimal 77 104 14 0.26 0 0.87 0.59 78 0.76 0.23
Hex 4D 68 E 1A 0 57 3B 4E 4C 17
Octal 115 150 16 32 0 127 73 116 114 27
Binary 1001101 1101000 1110 11010 0 1010111 111011 1001110 1001100 10111

Color Harmonies of #4D680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D680E

Black with #4D680E

Text Example


Text Example

White with #4D680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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