Html Css Color HEX #4D5114 Verdun Green

📋 copy color: '#4D5114'

red 77 ◦ green 81 ◦ blue 20

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

Shades of Verdun Green #4D5114

Tints of Verdun Green #4D5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 43.26%
G = 45.51%
B = 11.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#4D5114 (or 0x4D5114) is known color: Verdun Green. HEX triplet: 4D, 51 and 14. RGB value is (77,81,20). Sum of RGB (Red+Green+Blue) = 77+81+20=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #4D5114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5114 is #B2AEEB. Grayscale: #494949. Windows color (decimal): -11710188 or 1331533. OLE color: 1331533.

HSL color Cylindrical-coordinate representation of color #4D5114: hue angle of 63.93º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D5114 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 81 20 -
CMYK 0.05 0 0.75 0.68
HSL 63.93º 0.6% 0.2% -
HSV(B) 63.93º 0.75% 0.32% -
XYZ 6.13 7.51 1.79 -
YUV 72.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 77 81 20 0.05 0 0.75 0.68 63.93 0.6 0.2
Hex 4D 51 14 5 0 4B 44 40 3C 14
Octal 115 121 24 5 0 113 104 100 74 24
Binary 1001101 1010001 10100 101 0 1001011 1000100 1000000 111100 10100

Color Harmonies of #4D5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5114

Black with #4D5114

Text Example


Text Example

White with #4D5114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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