#4A4605

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

Shades of Verdun Green #4A4605

Tints of Verdun Green #4A4605

Color information

#4A4605 (or 0x4A4605) is unknown color: approx Verdun Green. HEX triplet: 4A, 46 and 05. RGB value is (74,70,5). Sum of RGB (Red+Green+Blue) = 74+70+5=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4605 is #B5B9FA. Grayscale: #404040. Windows color (decimal): -11909627 or 345674. OLE color: 345674.

HSL color Cylindrical-coordinate representation of color #4A4605: hue angle of 56.52º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A4605 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB74705-
CMYK00.050.930.71
HSL56.52º87.34%15.49%-
HSV(B)56.52º93.24%29.02%-
XYZ5.045.851.01-
YUV63.7994.83135.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.66%
GREEN value IS 70 (27.73% from 255) = 46.98%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=49.66%
G=46.98%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7470500.050.930.7156.5287.3415.49
Hex4A465055D473957f
Octal1121065051351077112717
Binary1001010100011010101011011101100011111100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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