#4D5E18

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

Shades of Verdun Green #4D5E18

Tints of Verdun Green #4D5E18

Color information

#4D5E18 (or 0x4D5E18) is unknown color: approx Verdun Green. HEX triplet: 4D, 5E and 18. RGB value is (77,94,24). Sum of RGB (Red+Green+Blue) = 77+94+24=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 94 - color contains mainly: green. Hex color #4D5E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5E18 is #B2A1E7. Grayscale: #515151. Windows color (decimal): -11706856 or 1597005. OLE color: 1597005.

HSL color Cylindrical-coordinate representation of color #4D5E18: hue angle of 74.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D5E18 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB779424-
CMYK0.1800.740.63
HSL74.57º59.32%23.14%-
HSV(B)74.57º74.47%36.86%-
XYZ7.239.652.35-
YUV80.9495.87125.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.49%
GREEN value IS 94 (37.11% from 255) = 48.21%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=39.49%
G=48.21%
B=12.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7794240.1800.740.6374.5759.3223.14
Hex4D5E181204A3F4b3b17
Octal11513630220112771137327
Binary10011011011110110001001001001010111111100101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,24); }

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

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

 a { background-color: rgb(77,94,24); }

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

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

 span { border-color: rgb(77,94,24); }

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