#407000

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

Shades of Verdun Green #407000

Tints of Verdun Green #407000

Color information

#407000 (or 0x407000) is unknown color: approx Verdun Green. HEX triplet: 40, 70 and 00. RGB value is (64,112,0). Sum of RGB (Red+Green+Blue) = 64+112+0=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #407000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407000 is #BF8FFF. Grayscale: #555555. Windows color (decimal): -12554240 or 28736. OLE color: 28736.

HSL color Cylindrical-coordinate representation of color #407000: hue angle of 85.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407000 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB641120-
CMYK0.43010.56
HSL85.71º100%21.96%-
HSV(B)85.71º100%43.92%-
XYZ7.9112.682.03-
YUV84.8880.1113.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 112 (44.14% from 255) = 63.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.36%
G=63.64%
B=0%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411200.43010.5685.7110021.96
Hex407002B06438566416
Octal10016005301447012614426
Binary100000011100000101011011001001110001010110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407000; }

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

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

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

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

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

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

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

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