#4D6004

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

Shades of Verdun Green #4D6004

Tints of Verdun Green #4D6004

Color information

#4D6004 (or 0x4D6004) is unknown color: approx Verdun Green. HEX triplet: 4D, 60 and 04. RGB value is (77,96,4). Sum of RGB (Red+Green+Blue) = 77+96+4=177 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.50% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6004 is #B29FFB. Grayscale: #505050. Windows color (decimal): -11706364 or 286797. OLE color: 286797.

HSL color Cylindrical-coordinate representation of color #4D6004: hue angle of 72.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D6004 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB77964-
CMYK0.2000.960.62
HSL72.39º92%19.61%-
HSV(B)72.39º95.83%37.65%-
XYZ7.279.951.65-
YUV79.8385.21125.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.50%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=43.50%
G=54.24%
B=2.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal779640.2000.960.6272.399219.61
Hex4D604140603E485c14
Octal11514042401407611013424
Binary1001101110000010010100011000001111101001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,4); }

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

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

 a { background-color: rgb(77,96,4); }

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

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

 span { border-color: rgb(77,96,4); }

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