#4D5114

Color #4D5114 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4D5114

Tints of Verdun Green #4D5114

Color information

#4D5114 (or 0x4D5114) is unknown color: approx 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

RGB778120-
CMYK0.0500.750.68
HSL63.93º60.4%19.8%-
HSV(B)63.93º75.31%31.76%-
XYZ6.137.511.79-
YUV72.8598.17130.96-

RGB Variations

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

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.20% from 255) = 11.24%
R=43.26%
G=45.51%
B=11.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7781200.0500.750.6863.9360.419.8
Hex4D5114504B44403c14
Octal11512124501131041007424
Binary1001101101000110100101010010111000100100000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>