#4A5D20

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

Shades of Verdun Green #4A5D20

Tints of Verdun Green #4A5D20

Color information

#4A5D20 (or 0x4A5D20) is unknown color: approx Verdun Green. HEX triplet: 4A, 5D and 20. RGB value is (74,93,32). Sum of RGB (Red+Green+Blue) = 74+93+32=199 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.19% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #4A5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5D20 is #B5A2DF. Grayscale: #505050. Windows color (decimal): -11903712 or 2121034. OLE color: 2121034.

HSL color Cylindrical-coordinate representation of color #4A5D20: hue angle of 78.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A5D20 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB749332-
CMYK0.2000.660.64
HSL78.69º48.8%24.51%-
HSV(B)78.69º65.59%36.47%-
XYZ79.392.81-
YUV80.36100.71123.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.19%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=37.19%
G=46.73%
B=16.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7493320.2000.660.6478.6948.824.51
Hex4A5D2014042404f3119
Octal112135402401021001176131
Binary1001010101110110000010100010000101000000100111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,93,32); }

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

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

 a { background-color: rgb(74,93,32); }

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

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

 span { border-color: rgb(74,93,32); }

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