Html Css Color HEX #4D5914 Verdun Green

📋 copy color: '#4D5914'

red 77 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #4D5914

Tints of Verdun Green #4D5914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

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

R = 41.4%
G = 47.85%
B = 10.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#4D5914 (or 0x4D5914) is known color: Verdun Green. HEX triplet: 4D, 59 and 14. RGB value is (77,89,20). Sum of RGB (Red+Green+Blue) = 77+89+20=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5914 is #B2A6EB. Grayscale: #4D4D4D. Windows color (decimal): -11708140 or 1333581. OLE color: 1333581.

HSL color Cylindrical-coordinate representation of color #4D5914: hue angle of 70.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D5914 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 89 20 -
CMYK 0.13 0 0.78 0.65
HSL 70.43º 0.63% 0.21% -
HSV(B) 70.43º 0.78% 0.35% -
XYZ 6.76 8.77 2 -
YUV 77.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 77 89 20 0.13 0 0.78 0.65 70.43 0.63 0.21
Hex 4D 59 14 D 0 4E 41 46 3F 15
Octal 115 131 24 15 0 116 101 106 77 25
Binary 1001101 1011001 10100 1101 0 1001110 1000001 1000110 111111 10101

Color Harmonies of #4D5914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5914

Black with #4D5914

Text Example


Text Example

White with #4D5914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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