#4D4F12

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

Shades of Verdun Green #4D4F12

Tints of Verdun Green #4D4F12

Color information

#4D4F12 (or 0x4D4F12) is unknown color: approx Verdun Green. HEX triplet: 4D, 4F and 12. RGB value is (77,79,18). Sum of RGB (Red+Green+Blue) = 77+79+18=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #4D4F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D4F12 is #B2B0ED. Grayscale: #474747. Windows color (decimal): -11710702 or 1199949. OLE color: 1199949.

HSL color Cylindrical-coordinate representation of color #4D4F12: hue angle of 61.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D4F12 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB777918-
CMYK0.0300.770.69
HSL61.97º62.89%19.02%-
HSV(B)61.97º77.22%30.98%-
XYZ5.977.211.65-
YUV71.4597.84131.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.25%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=44.25%
G=45.40%
B=10.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7779180.0300.770.6961.9762.8919.02
Hex4D4F12304D453e3f13
Octal1151172230115105767723
Binary10011011001111100101101001101100010111111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,79,18); }

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

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

 a { background-color: rgb(77,79,18); }

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

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

 span { border-color: rgb(77,79,18); }

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