#405604

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

Shades of Verdun Green #405604

Tints of Verdun Green #405604

Color information

#405604 (or 0x405604) is unknown color: approx Verdun Green. HEX triplet: 40, 56 and 04. RGB value is (64,86,4). Sum of RGB (Red+Green+Blue) = 64+86+4=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #405604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405604 is #BFA9FB. Grayscale: #464646. Windows color (decimal): -12560892 or 284224. OLE color: 284224.

HSL color Cylindrical-coordinate representation of color #405604: hue angle of 76.1º 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 #405604 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB64864-
CMYK0.2600.950.66
HSL76.1º91.11%17.65%-
HSV(B)76.1º95.35%33.73%-
XYZ5.467.751.32-
YUV70.0790.71123.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=41.56%
G=55.84%
B=2.60%

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
Decimal648640.2600.950.6676.191.1117.65
Hex405641A05F424c5b12
Octal100126432013710211413322
Binary10000001010110100110100101111110000101001100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405604; }

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

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

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

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

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

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

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

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