Html Css Color HEX #4D5614 Verdun Green

📋 copy color: '#4D5614'

red 77 ◦ green 86 ◦ blue 20

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

Shades of Verdun Green #4D5614

Tints of Verdun Green #4D5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.99%

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

R = 42.08%
G = 46.99%
B = 10.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#4D5614 (or 0x4D5614) is known color: Verdun Green. HEX triplet: 4D, 56 and 14. RGB value is (77,86,20). Sum of RGB (Red+Green+Blue) = 77+86+20=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5614 is #B2A9EB. Grayscale: #4C4C4C. Windows color (decimal): -11708908 or 1332813. OLE color: 1332813.

HSL color Cylindrical-coordinate representation of color #4D5614: hue angle of 68.18º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D5614 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 20 -
CMYK 0.10 0 0.77 0.66
HSL 68.18º 0.62% 0.21% -
HSV(B) 68.18º 0.77% 0.34% -
XYZ 6.51 8.28 1.92 -
YUV 75.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 77 86 20 0.10 0 0.77 0.66 68.18 0.62 0.21
Hex 4D 56 14 A 0 4D 42 44 3E 15
Octal 115 126 24 12 0 115 102 104 76 25
Binary 1001101 1010110 10100 1010 0 1001101 1000010 1000100 111110 10101

Color Harmonies of #4D5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5614

Black with #4D5614

Text Example


Text Example

White with #4D5614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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