#4D4A08

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

Shades of Verdun Green #4D4A08

Tints of Verdun Green #4D4A08

Color information

#4D4A08 (or 0x4D4A08) is unknown color: approx Verdun Green. HEX triplet: 4D, 4A and 08. RGB value is (77,74,8). Sum of RGB (Red+Green+Blue) = 77+74+8=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4A08 is #B2B5F7. Grayscale: #434343. Windows color (decimal): -11711992 or 543309. OLE color: 543309.

HSL color Cylindrical-coordinate representation of color #4D4A08: hue angle of 57.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D4A08 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.70.

Color convert

RGB77748-
CMYK00.040.900.70
HSL57.39º81.18%16.67%-
HSV(B)57.39º89.61%30.2%-
XYZ5.556.491.19-
YUV67.3794.49134.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 48.43%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 8 (3.52% from 255) = 5.03%
R=48.43%
G=46.54%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7774800.040.900.7057.3981.1816.67
Hex4D4A8045A46395111
Octal11511210041321067112121
Binary100110110010101000010010110101000110111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,8); }

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

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

 a { background-color: rgb(77,74,8); }

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

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

 span { border-color: rgb(77,74,8); }

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