#4A6904

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

Shades of Verdun Green #4A6904

Tints of Verdun Green #4A6904

Color information

#4A6904 (or 0x4A6904) is unknown color: approx Verdun Green. HEX triplet: 4A, 69 and 04. RGB value is (74,105,4). Sum of RGB (Red+Green+Blue) = 74+105+4=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6904 is #B596FB. Grayscale: #545454. Windows color (decimal): -11900668 or 289098. OLE color: 289098.

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

Color convert

RGB741054-
CMYK0.3000.960.59
HSL78.42º92.66%21.37%-
HSV(B)78.42º96.19%41.18%-
XYZ7.911.571.93-
YUV84.2282.73120.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=40.44%
G=57.38%
B=2.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410540.3000.960.5978.4292.6621.37
Hex4A6941E0603B4e5d15
Octal11215143601407311613525
Binary1001010110100110011110011000001110111001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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