#4D6910

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

Shades of Verdun Green #4D6910

Tints of Verdun Green #4D6910

Color information

#4D6910 (or 0x4D6910) is unknown color: approx Verdun Green. HEX triplet: 4D, 69 and 10. RGB value is (77,105,16). Sum of RGB (Red+Green+Blue) = 77+105+16=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6910 is #B296EF. Grayscale: #565656. Windows color (decimal): -11704048 or 1075533. OLE color: 1075533.

HSL color Cylindrical-coordinate representation of color #4D6910: hue angle of 78.88º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D6910 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB7710516-
CMYK0.2700.850.59
HSL78.88º73.55%23.73%-
HSV(B)78.88º84.76%41.18%-
XYZ8.2111.722.32-
YUV86.4888.22121.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=38.89%
G=53.03%
B=8.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77105160.2700.850.5978.8873.5523.73
Hex4D69101B0553B4f4a18
Octal115151203301257311711230
Binary100110111010011000011011010101011110111001111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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