#4D6904

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

Shades of Verdun Green #4D6904

Tints of Verdun Green #4D6904

Color information

#4D6904 (or 0x4D6904) is unknown color: approx Verdun Green. HEX triplet: 4D, 69 and 04. RGB value is (77,105,4). Sum of RGB (Red+Green+Blue) = 77+105+4=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6904 is #B296FB. Grayscale: #555555. Windows color (decimal): -11704060 or 289101. OLE color: 289101.

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

Color convert

RGB771054-
CMYK0.2700.960.59
HSL76.63º92.66%21.37%-
HSV(B)76.63º96.19%41.18%-
XYZ8.1311.691.94-
YUV85.1182.22122.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 105 (41.41% from 255) = 56.45%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=41.40%
G=56.45%
B=2.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7710540.2700.960.5976.6392.6621.37
Hex4D6941B0603B4d5d15
Octal11515143301407311513525
Binary1001101110100110011011011000001110111001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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