#4D5516

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

Shades of Verdun Green #4D5516

Tints of Verdun Green #4D5516

Color information

#4D5516 (or 0x4D5516) is unknown color: approx Verdun Green. HEX triplet: 4D, 55 and 16. RGB value is (77,85,22). Sum of RGB (Red+Green+Blue) = 77+85+22=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 22 (8.98% from 255 or 11.96% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #4D5516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5516 is #B2AAE9. Grayscale: #4B4B4B. Windows color (decimal): -11709162 or 1463629. OLE color: 1463629.

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

Color convert

RGB778522-
CMYK0.0900.740.67
HSL67.62º58.88%20.98%-
HSV(B)67.62º74.12%33.33%-
XYZ6.458.131.99-
YUV75.4397.85129.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 85 (33.59% from 255) = 46.20%
BLUE value IS 22 (8.98% from 255) = 11.96%
R=41.85%
G=46.20%
B=11.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7785220.0900.740.6767.6258.8820.98
Hex4D5516904A43443b15
Octal115125261101121031047325
Binary10011011010101101101001010010101000011100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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