#404714

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

Shades of Verdun Green #404714

Tints of Verdun Green #404714

Color information

#404714 (or 0x404714) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 14. RGB value is (64,71,20). Sum of RGB (Red+Green+Blue) = 64+71+20=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #404714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404714 is #BFB8EB. Grayscale: #3F3F3F. Windows color (decimal): -12564716 or 1328960. OLE color: 1328960.

HSL color Cylindrical-coordinate representation of color #404714: hue angle of 68.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #404714 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB647120-
CMYK0.1000.720.72
HSL68.24º56.04%17.84%-
HSV(B)68.24º71.83%27.84%-
XYZ4.495.651.51-
YUV63.09103.68128.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=41.29%
G=45.81%
B=12.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471200.1000.720.7268.2456.0417.84
Hex404714A04848443812
Octal100107241201101101047022
Binary10000001000111101001010010010001001000100010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404714; }

 p { color: rgb(64,71,20); }

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

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

 a { background-color: rgb(64,71,20); }

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

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

 span { border-color: rgb(64,71,20); }

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