#4D5504

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

Shades of Verdun Green #4D5504

Tints of Verdun Green #4D5504

Color information

#4D5504 (or 0x4D5504) is unknown color: approx Verdun Green. HEX triplet: 4D, 55 and 04. RGB value is (77,85,4). Sum of RGB (Red+Green+Blue) = 77+85+4=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5504 is #B2AAFB. Grayscale: #494949. Windows color (decimal): -11709180 or 283981. OLE color: 283981.

HSL color Cylindrical-coordinate representation of color #4D5504: hue angle of 65.93º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D5504 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB77854-
CMYK0.0900.950.67
HSL65.93º91.01%17.45%-
HSV(B)65.93º95.29%33.33%-
XYZ6.338.081.34-
YUV73.3788.85130.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=46.39%
G=51.20%
B=2.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal778540.0900.950.6765.9391.0117.45
Hex4D554905F43425b11
Octal115125411013710310213321
Binary1001101101010110010010101111110000111000010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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