#4D5610

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

Shades of Verdun Green #4D5610

Tints of Verdun Green #4D5610

Color information

#4D5610 (or 0x4D5610) is unknown color: approx Verdun Green. HEX triplet: 4D, 56 and 10. RGB value is (77,86,16). Sum of RGB (Red+Green+Blue) = 77+86+16=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5610 is #B2A9EF. Grayscale: #4B4B4B. Windows color (decimal): -11708912 or 1070669. OLE color: 1070669.

HSL color Cylindrical-coordinate representation of color #4D5610: hue angle of 67.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D5610 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB778616-
CMYK0.1000.810.66
HSL67.71º68.63%20%-
HSV(B)67.71º81.4%33.73%-
XYZ6.488.271.74-
YUV75.3394.52129.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 43.02%
GREEN value IS 86 (33.98% from 255) = 48.04%
BLUE value IS 16 (6.64% from 255) = 8.94%
R=43.02%
G=48.04%
B=8.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786160.1000.810.6667.7168.6320
Hex4D5610A05142444514
Octal1151262012012110210410524
Binary100110110101101000010100101000110000101000100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,16); }

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

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

 a { background-color: rgb(77,86,16); }

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

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

 span { border-color: rgb(77,86,16); }

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