#4D5A11

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

Shades of Verdun Green #4D5A11

Tints of Verdun Green #4D5A11

Color information

#4D5A11 (or 0x4D5A11) is unknown color: approx Verdun Green. HEX triplet: 4D, 5A and 11. RGB value is (77,90,17). Sum of RGB (Red+Green+Blue) = 77+90+17=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5A11 is #B2A5EE. Grayscale: #4E4E4E. Windows color (decimal): -11707887 or 1137229. OLE color: 1137229.

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

Color convert

RGB779017-
CMYK0.1400.810.65
HSL70.68º68.22%20.98%-
HSV(B)70.68º81.11%35.29%-
XYZ6.828.931.89-
YUV77.7993.69127.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 90 (35.55% from 255) = 48.91%
BLUE value IS 17 (7.03% from 255) = 9.24%
R=41.85%
G=48.91%
B=9.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7790170.1400.810.6570.6868.2220.98
Hex4D5A11E05141474415
Octal1151322116012110110710425
Binary100110110110101000111100101000110000011000111100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,90,17); }

 H1.HeaderClassName
 {
   color: #4D5A11;
 }
 .AnyTagClassName
 {
   color: #4D5A11;
 }
</style>
background-color css

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

 a { background-color: rgb(77,90,17); }

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

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

 span { border-color: rgb(77,90,17); }

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