#4C4910

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

Shades of Verdun Green #4C4910

Tints of Verdun Green #4C4910

Color information

#4C4910 (or 0x4C4910) is unknown color: approx Verdun Green. HEX triplet: 4C, 49 and 10. RGB value is (76,73,16). Sum of RGB (Red+Green+Blue) = 76+73+16=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4910 is #B3B6EF. Grayscale: #434343. Windows color (decimal): -11777776 or 1067340. OLE color: 1067340.

HSL color Cylindrical-coordinate representation of color #4C4910: hue angle of 57º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C4910 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB767316-
CMYK00.040.790.70
HSL57º65.22%18.04%-
HSV(B)57º78.95%29.8%-
XYZ5.466.341.43-
YUV67.498.99134.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.06%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=46.06%
G=44.24%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76731600.040.790.705765.2218.04
Hex4C4910044F46394112
Octal11411120041171067110122
Binary1001100100100110000010010011111000110111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,16); }

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

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

 a { background-color: rgb(76,73,16); }

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

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

 span { border-color: rgb(76,73,16); }

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