#405704

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

Shades of Verdun Green #405704

Tints of Verdun Green #405704

Color information

#405704 (or 0x405704) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 04. RGB value is (64,87,4). Sum of RGB (Red+Green+Blue) = 64+87+4=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #405704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405704 is #BFA8FB. Grayscale: #464646. Windows color (decimal): -12560636 or 284480. OLE color: 284480.

HSL color Cylindrical-coordinate representation of color #405704: hue angle of 76.63º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #405704 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB64874-
CMYK0.2600.950.66
HSL76.63º91.21%17.84%-
HSV(B)76.63º95.4%34.12%-
XYZ5.547.921.35-
YUV70.6690.38123.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 87 (34.38% from 255) = 56.13%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=41.29%
G=56.13%
B=2.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal648740.2600.950.6676.6391.2117.84
Hex405741A05F424d5b12
Octal100127432013710211513322
Binary10000001010111100110100101111110000101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405704; }

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

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

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

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

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

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

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

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