#4A5418

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

Shades of Verdun Green #4A5418

Tints of Verdun Green #4A5418

Color information

#4A5418 (or 0x4A5418) is unknown color: approx Verdun Green. HEX triplet: 4A, 54 and 18. RGB value is (74,84,24). Sum of RGB (Red+Green+Blue) = 74+84+24=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5418 is #B5ABE7. Grayscale: #4A4A4A. Windows color (decimal): -11906024 or 1594442. OLE color: 1594442.

HSL color Cylindrical-coordinate representation of color #4A5418: hue angle of 70º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A5418 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB748424-
CMYK0.1200.710.67
HSL70º55.56%21.18%-
HSV(B)70º71.43%32.94%-
XYZ6.167.862.06-
YUV74.1799.69127.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.66%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 24 (9.77% from 255) = 13.19%
R=40.66%
G=46.15%
B=13.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484240.1200.710.677055.5621.18
Hex4A5418C04743463815
Octal112124301401071031067025
Binary10010101010100110001100010001111000011100011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,84,24); }

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

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

 a { background-color: rgb(74,84,24); }

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

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

 span { border-color: rgb(74,84,24); }

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