#404207

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

Shades of Verdun Green #404207

Tints of Verdun Green #404207

Color information

#404207 (or 0x404207) is unknown color: approx Verdun Green. HEX triplet: 40, 42 and 07. RGB value is (64,66,7). Sum of RGB (Red+Green+Blue) = 64+66+7=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #404207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404207 is #BFBDF8. Grayscale: #3A3A3A. Windows color (decimal): -12566009 or 475712. OLE color: 475712.

HSL color Cylindrical-coordinate representation of color #404207: hue angle of 62.03º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #404207 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.74.

Color convert

RGB64667-
CMYK0.0300.890.74
HSL62.03º80.82%14.31%-
HSV(B)62.03º89.39%25.88%-
XYZ4.150.95-
YUV58.6898.84131.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 66 (26.17% from 255) = 48.18%
BLUE value IS 7 (3.12% from 255) = 5.11%
R=46.72%
G=48.18%
B=5.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal646670.0300.890.7462.0380.8214.31
Hex4042730594A3e51e
Octal1001027301311127612116
Binary100000010000101111101011001100101011111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404207; }

 p { color: rgb(64,66,7); }

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

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

 a { background-color: rgb(64,66,7); }

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

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

 span { border-color: rgb(64,66,7); }

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