#405412

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

Shades of Verdun Green #405412

Tints of Verdun Green #405412

Color information

#405412 (or 0x405412) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 12. RGB value is (64,84,18). Sum of RGB (Red+Green+Blue) = 64+84+18=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #405412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405412 is #BFABED. Grayscale: #464646. Windows color (decimal): -12561390 or 1201216. OLE color: 1201216.

HSL color Cylindrical-coordinate representation of color #405412: hue angle of 78.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #405412 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB648418-
CMYK0.2400.790.67
HSL78.18º64.71%20%-
HSV(B)78.18º78.57%32.94%-
XYZ5.397.471.73-
YUV70.598.37123.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 18 (7.42% from 255) = 10.84%
R=38.55%
G=50.60%
B=10.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484180.2400.790.6778.1864.7120
Hex4054121804F434e4114
Octal1001242230011710311610124
Binary1000000101010010010110000100111110000111001110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405412; }

 p { color: rgb(64,84,18); }

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

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

 a { background-color: rgb(64,84,18); }

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

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

 span { border-color: rgb(64,84,18); }

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