#4D5417

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

Shades of Verdun Green #4D5417

Tints of Verdun Green #4D5417

Color information

#4D5417 (or 0x4D5417) is unknown color: approx Verdun Green. HEX triplet: 4D, 54 and 17. RGB value is (77,84,23). Sum of RGB (Red+Green+Blue) = 77+84+23=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5417 is #B2ABE8. Grayscale: #4B4B4B. Windows color (decimal): -11709417 or 1528909. OLE color: 1528909.

HSL color Cylindrical-coordinate representation of color #4D5417: hue angle of 66.89º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D5417 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB778423-
CMYK0.0800.730.67
HSL66.89º57.01%20.98%-
HSV(B)66.89º72.62%32.94%-
XYZ6.397.982.01-
YUV74.9598.68129.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 23 (9.38% from 255) = 12.5%
R=41.85%
G=45.65%
B=12.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784230.0800.730.6766.8957.0120.98
Hex4D5417804943433915
Octal115124271001111031037125
Binary10011011010100101111000010010011000011100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,84,23); }

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

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

 a { background-color: rgb(77,84,23); }

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

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

 span { border-color: rgb(77,84,23); }

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