#405413

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

Shades of Verdun Green #405413

Tints of Verdun Green #405413

Color information

#405413 (or 0x405413) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 13. RGB value is (64,84,19). Sum of RGB (Red+Green+Blue) = 64+84+19=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #405413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405413 is #BFABEC. Grayscale: #464646. Windows color (decimal): -12561389 or 1266752. OLE color: 1266752.

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

Color convert

RGB648419-
CMYK0.2400.770.67
HSL78.46º63.11%20.2%-
HSV(B)78.46º77.38%32.94%-
XYZ5.47.481.77-
YUV70.6198.87123.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=38.32%
G=50.30%
B=11.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484190.2400.770.6778.4663.1120.2
Hex4054131804D434e3f14
Octal100124233001151031167724
Binary100000010101001001111000010011011000011100111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405413; }

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

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

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

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

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

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

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

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