#4A6804

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

Shades of Verdun Green #4A6804

Tints of Verdun Green #4A6804

Color information

#4A6804 (or 0x4A6804) is unknown color: approx Verdun Green. HEX triplet: 4A, 68 and 04. RGB value is (74,104,4). Sum of RGB (Red+Green+Blue) = 74+104+4=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6804 is #B597FB. Grayscale: #545454. Windows color (decimal): -11900924 or 288842. OLE color: 288842.

HSL color Cylindrical-coordinate representation of color #4A6804: hue angle of 78º 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 #4A6804 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB741044-
CMYK0.2900.960.59
HSL78º92.59%21.18%-
HSV(B)78º96.15%40.78%-
XYZ7.811.371.9-
YUV83.6383.06121.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 104 (41.02% from 255) = 57.14%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=40.66%
G=57.14%
B=2.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410440.2900.960.597892.5921.18
Hex4A6841D0603B4e5d15
Octal11215043501407311613525
Binary1001010110100010011101011000001110111001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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