#4A6806

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

Shades of Verdun Green #4A6806

Tints of Verdun Green #4A6806

Color information

#4A6806 (or 0x4A6806) is unknown color: approx Verdun Green. HEX triplet: 4A, 68 and 06. RGB value is (74,104,6). Sum of RGB (Red+Green+Blue) = 74+104+6=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 104 (41.02% from 255 or 56.52% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6806 is #B597F9. Grayscale: #545454. Windows color (decimal): -11900922 or 419914. OLE color: 419914.

HSL color Cylindrical-coordinate representation of color #4A6806: hue angle of 78.37º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A6806 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB741046-
CMYK0.2900.940.59
HSL78.37º89.09%21.57%-
HSV(B)78.37º94.23%40.78%-
XYZ7.8111.371.96-
YUV83.8684.06120.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.22%
GREEN value IS 104 (41.02% from 255) = 56.52%
BLUE value IS 6 (2.73% from 255) = 3.26%
R=40.22%
G=56.52%
B=3.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410460.2900.940.5978.3789.0921.57
Hex4A6861D05E3B4e5916
Octal11215063501367311613126
Binary1001010110100011011101010111101110111001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,6); }

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

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

 a { background-color: rgb(74,104,6); }

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

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

 span { border-color: rgb(74,104,6); }

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