#4A6805

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

Shades of Verdun Green #4A6805

Tints of Verdun Green #4A6805

Color information

#4A6805 (or 0x4A6805) is unknown color: approx Verdun Green. HEX triplet: 4A, 68 and 05. RGB value is (74,104,5). Sum of RGB (Red+Green+Blue) = 74+104+5=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6805 is #B597FA. Grayscale: #545454. Windows color (decimal): -11900923 or 354378. OLE color: 354378.

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

Color convert

RGB741045-
CMYK0.2900.950.59
HSL78.18º90.83%21.37%-
HSV(B)78.18º95.19%40.78%-
XYZ7.811.371.93-
YUV83.7483.56121.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 104 (41.02% from 255) = 56.83%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=40.44%
G=56.83%
B=2.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7410450.2900.950.5978.1890.8321.37
Hex4A6851D05F3B4e5b15
Octal11215053501377311613325
Binary1001010110100010111101010111111110111001110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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