#404716

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

Shades of Verdun Green #404716

Tints of Verdun Green #404716

Color information

#404716 (or 0x404716) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 16. RGB value is (64,71,22). Sum of RGB (Red+Green+Blue) = 64+71+22=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #404716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404716 is #BFB8E9. Grayscale: #3F3F3F. Windows color (decimal): -12564714 or 1460032. OLE color: 1460032.

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

Color convert

RGB647122-
CMYK0.1000.690.72
HSL68.57º52.69%18.24%-
HSV(B)68.57º69.01%27.84%-
XYZ4.515.651.61-
YUV63.32104.68128.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=40.76%
G=45.22%
B=14.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471220.1000.690.7268.5752.6918.24
Hex404716A04548453512
Octal100107261201051101056522
Binary10000001000111101101010010001011001000100010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404716; }

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

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

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

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

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

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

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

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