#404700

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

Shades of Verdun Green #404700

Tints of Verdun Green #404700

Color information

#404700 (or 0x404700) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 00. RGB value is (64,71,0). Sum of RGB (Red+Green+Blue) = 64+71+0=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #404700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404700 is #BFB8FF. Grayscale: #3D3D3D. Windows color (decimal): -12564736 or 18240. OLE color: 18240.

HSL color Cylindrical-coordinate representation of color #404700: hue angle of 65.92º 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 #404700 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB64710-
CMYK0.10010.72
HSL65.92º100%13.92%-
HSV(B)65.92º100%27.84%-
XYZ4.375.60.85-
YUV60.8193.68130.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.41%
G=52.59%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal647100.10010.7265.9210013.92
Hex40470A064484264e
Octal100107012014411010214416
Binary1000000100011101010011001001001000100001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404700; }

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

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

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

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

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

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

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

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