#407204

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

Shades of Verdun Green #407204

Tints of Verdun Green #407204

Color information

#407204 (or 0x407204) is unknown color: approx Verdun Green. HEX triplet: 40, 72 and 04. RGB value is (64,114,4). Sum of RGB (Red+Green+Blue) = 64+114+4=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #407204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407204 is #BF8DFB. Grayscale: #565656. Windows color (decimal): -12553724 or 291392. OLE color: 291392.

HSL color Cylindrical-coordinate representation of color #407204: hue angle of 87.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #407204 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB641144-
CMYK0.4400.960.55
HSL87.27º93.22%23.14%-
HSV(B)87.27º96.49%44.71%-
XYZ8.1513.132.22-
YUV86.5181.44111.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 114 (44.92% from 255) = 62.64%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=35.16%
G=62.64%
B=2.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6411440.4400.960.5587.2793.2223.14
Hex407242C06037575d17
Octal10016245401406712713527
Binary10000001110010100101100011000001101111010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407204; }

 p { color: rgb(64,114,4); }

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

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

 a { background-color: rgb(64,114,4); }

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

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

 span { border-color: rgb(64,114,4); }

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