#405A1A

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

Shades of Verdun Green #405A1A

Tints of Verdun Green #405A1A

Color information

#405A1A (or 0x405A1A) is unknown color: approx Verdun Green. HEX triplet: 40, 5A and 1A. RGB value is (64,90,26). Sum of RGB (Red+Green+Blue) = 64+90+26=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #405A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A1A is #BFA5E5. Grayscale: #4B4B4B. Windows color (decimal): -12559846 or 1727040. OLE color: 1727040.

HSL color Cylindrical-coordinate representation of color #405A1A: hue angle of 84.38º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405A1A is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB649026-
CMYK0.2900.710.65
HSL84.38º55.17%22.75%-
HSV(B)84.38º71.11%35.29%-
XYZ5.968.482.3-
YUV74.93100.39120.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 90 (35.55% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=35.56%
G=50%
B=14.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490260.2900.710.6584.3855.1722.75
Hex405A1A1D04741543717
Octal100132323501071011246727
Binary100000010110101101011101010001111000001101010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A1A; }

 p { color: rgb(64,90,26); }

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

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

 a { background-color: rgb(64,90,26); }

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

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

 span { border-color: rgb(64,90,26); }

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