#405019

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

Shades of Verdun Green #405019

Tints of Verdun Green #405019

Color information

#405019 (or 0x405019) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 19. RGB value is (64,80,25). Sum of RGB (Red+Green+Blue) = 64+80+25=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 80 - color contains mainly: green. Hex color #405019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405019 is #BFAFE6. Grayscale: #454545. Windows color (decimal): -12562407 or 1658944. OLE color: 1658944.

HSL color Cylindrical-coordinate representation of color #405019: hue angle of 77.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #405019 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB648025-
CMYK0.2000.690.69
HSL77.45º52.38%20.59%-
HSV(B)77.45º68.75%31.37%-
XYZ5.166.91.98-
YUV68.95103.2124.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 25 (10.16% from 255) = 14.79%
R=37.87%
G=47.34%
B=14.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480250.2000.690.6977.4552.3820.59
Hex40501914045454d3415
Octal100120312401051051156425
Binary100000010100001100110100010001011000101100110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405019; }

 p { color: rgb(64,80,25); }

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

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

 a { background-color: rgb(64,80,25); }

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

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

 span { border-color: rgb(64,80,25); }

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