#4A5414

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

Shades of Verdun Green #4A5414

Tints of Verdun Green #4A5414

Color information

#4A5414 (or 0x4A5414) is unknown color: approx Verdun Green. HEX triplet: 4A, 54 and 14. RGB value is (74,84,20). Sum of RGB (Red+Green+Blue) = 74+84+20=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5414 is #B5ABEB. Grayscale: #494949. Windows color (decimal): -11906028 or 1332298. OLE color: 1332298.

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

Color convert

RGB748420-
CMYK0.1200.760.67
HSL69.38º61.54%20.39%-
HSV(B)69.38º76.19%32.94%-
XYZ6.127.851.85-
YUV73.7197.69128.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 41.57%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 20 (8.20% from 255) = 11.24%
R=41.57%
G=47.19%
B=11.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7484200.1200.760.6769.3861.5420.39
Hex4A5414C04C43453e14
Octal112124241401141031057624
Binary10010101010100101001100010011001000011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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