#404800

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

Shades of Verdun Green #404800

Tints of Verdun Green #404800

Color information

#404800 (or 0x404800) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 00. RGB value is (64,72,0). Sum of RGB (Red+Green+Blue) = 64+72+0=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #404800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404800 is #BFB7FF. Grayscale: #3D3D3D. Windows color (decimal): -12564480 or 18496. OLE color: 18496.

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

Color convert

RGB64720-
CMYK0.11010.72
HSL66.67º100%14.12%-
HSV(B)66.67º100%28.24%-
XYZ4.435.720.87-
YUV61.493.35129.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.06%
G=52.94%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647200.11010.7266.6710014.12
Hex40480B064484364e
Octal100110013014411010314416
Binary1000000100100001011011001001001000100001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404800; }

 p { color: rgb(64,72,0); }

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

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

 a { background-color: rgb(64,72,0); }

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

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

 span { border-color: rgb(64,72,0); }

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