Html Css Color HEX #4D600E Verdun Green

📋 copy color: '#4D600E'

red 77 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #4D600E

Tints of Verdun Green #4D600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 51.34%

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

R = 41.18%
G = 51.34%
B = 7.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#4D600E (or 0x4D600E) is known color: Verdun Green. HEX triplet: 4D, 60 and 0E. RGB value is (77,96,14). Sum of RGB (Red+Green+Blue) = 77+96+14=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #4D600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D600E is #B29FF1. Grayscale: #515151. Windows color (decimal): -11706354 or 942157. OLE color: 942157.

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

Color convert

RGB 77 96 14 -
CMYK 0.20 0 0.85 0.62
HSL 73.9º 0.75% 0.22% -
HSV(B) 73.9º 0.85% 0.38% -
XYZ 7.32 9.98 1.95 -
YUV 80.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 77 96 14 0.20 0 0.85 0.62 73.9 0.75 0.22
Hex 4D 60 E 14 0 55 3E 4A 4B 16
Octal 115 140 16 24 0 125 76 112 113 26
Binary 1001101 1100000 1110 10100 0 1010101 111110 1001010 1001011 10110

Color Harmonies of #4D600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D600E

Black with #4D600E

Text Example


Text Example

White with #4D600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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