#407105

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

Shades of Verdun Green #407105

Tints of Verdun Green #407105

Color information

#407105 (or 0x407105) is unknown color: approx Verdun Green. HEX triplet: 40, 71 and 05. RGB value is (64,113,5). Sum of RGB (Red+Green+Blue) = 64+113+5=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #407105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407105 is #BF8EFA. Grayscale: #565656. Windows color (decimal): -12553979 or 356672. OLE color: 356672.

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

Color convert

RGB641135-
CMYK0.4300.960.56
HSL87.22º91.53%23.14%-
HSV(B)87.22º95.58%44.31%-
XYZ8.0512.912.21-
YUV86.0482.27112.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 113 (44.53% from 255) = 62.09%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=35.16%
G=62.09%
B=2.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6411350.4300.960.5687.2291.5323.14
Hex407152B06038575c17
Octal10016155301407012713427
Binary10000001110001101101011011000001110001010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407105; }

 p { color: rgb(64,113,5); }

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

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

 a { background-color: rgb(64,113,5); }

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

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

 span { border-color: rgb(64,113,5); }

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