Html Css Color HEX #4D670E Verdun Green

📋 copy color: '#4D670E'

red 77 ◦ green 103 ◦ blue 14

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

Shades of Verdun Green #4D670E

Tints of Verdun Green #4D670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.09%

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

R = 39.69%
G = 53.09%
B = 7.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#4D670E (or 0x4D670E) is known color: Verdun Green. HEX triplet: 4D, 67 and 0E. RGB value is (77,103,14). Sum of RGB (Red+Green+Blue) = 77+103+14=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #4D670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D670E is #B298F1. Grayscale: #555555. Windows color (decimal): -11704562 or 943949. OLE color: 943949.

HSL color Cylindrical-coordinate representation of color #4D670E: hue angle of 77.53º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D670E is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 103 14 -
CMYK 0.25 0 0.86 0.60
HSL 77.53º 0.76% 0.23% -
HSV(B) 77.53º 0.86% 0.4% -
XYZ 7.99 11.31 2.18 -
YUV 85.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 77 103 14 0.25 0 0.86 0.60 77.53 0.76 0.23
Hex 4D 67 E 19 0 56 3C 4E 4C 17
Octal 115 147 16 31 0 126 74 116 114 27
Binary 1001101 1100111 1110 11001 0 1010110 111100 1001110 1001100 10111

Color Harmonies of #4D670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D670E

Black with #4D670E

Text Example


Text Example

White with #4D670E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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