#4D6615

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

Shades of Verdun Green #4D6615

Tints of Verdun Green #4D6615

Color information

#4D6615 (or 0x4D6615) is unknown color: approx Verdun Green. HEX triplet: 4D, 66 and 15. RGB value is (77,102,21). Sum of RGB (Red+Green+Blue) = 77+102+21=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #4D6615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6615 is #B299EA. Grayscale: #555555. Windows color (decimal): -11704811 or 1402445. OLE color: 1402445.

HSL color Cylindrical-coordinate representation of color #4D6615: hue angle of 78.52º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D6615 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB7710221-
CMYK0.2500.790.6
HSL78.52º65.85%24.12%-
HSV(B)78.52º79.41%40%-
XYZ7.9511.132.44-
YUV85.2991.72122.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.5%
GREEN value IS 102 (40.23% from 255) = 51%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=38.5%
G=51%
B=10.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal77102210.2500.790.678.5265.8524.12
Hex4D66151904F3C4f4218
Octal115146253101177411710230
Binary100110111001101010111001010011111111001001111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,21); }

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

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

 a { background-color: rgb(77,102,21); }

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

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

 span { border-color: rgb(77,102,21); }

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