#404E0B

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

Shades of Verdun Green #404E0B

Tints of Verdun Green #404E0B

Color information

#404E0B (or 0x404E0B) is unknown color: approx Verdun Green. HEX triplet: 40, 4E and 0B. RGB value is (64,78,11). Sum of RGB (Red+Green+Blue) = 64+78+11=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #404E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404E0B is #BFB1F4. Grayscale: #424242. Windows color (decimal): -12562933 or 740928. OLE color: 740928.

HSL color Cylindrical-coordinate representation of color #404E0B: hue angle of 72.54º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #404E0B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB647811-
CMYK0.1800.860.69
HSL72.54º75.28%17.45%-
HSV(B)72.54º85.9%30.59%-
XYZ4.96.561.33-
YUV66.1896.86126.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.83%
GREEN value IS 78 (30.86% from 255) = 50.98%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=41.83%
G=50.98%
B=7.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6478110.1800.860.6972.5475.2817.45
Hex404EB1205645494b11
Octal1001161322012610511111321
Binary100000010011101011100100101011010001011001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404E0B; }

 p { color: rgb(64,78,11); }

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

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

 a { background-color: rgb(64,78,11); }

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

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

 span { border-color: rgb(64,78,11); }

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