#404803

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

Shades of Verdun Green #404803

Tints of Verdun Green #404803

Color information

#404803 (or 0x404803) is unknown color: approx Verdun Green. HEX triplet: 40, 48 and 03. RGB value is (64,72,3). Sum of RGB (Red+Green+Blue) = 64+72+3=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #404803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404803 is #BFB7FC. Grayscale: #3E3E3E. Windows color (decimal): -12564477 or 215104. OLE color: 215104.

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

Color convert

RGB64723-
CMYK0.1100.960.72
HSL66.96º92%14.71%-
HSV(B)66.96º95.83%28.24%-
XYZ4.455.730.96-
YUV61.7494.85129.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=46.04%
G=51.80%
B=2.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647230.1100.960.7266.969214.71
Hex40483B06048435cf
Octal100110313014011010313417
Binary10000001001000111011011000001001000100001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404803; }

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

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

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

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

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

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

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

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