#405419

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

Shades of Verdun Green #405419

Tints of Verdun Green #405419

Color information

#405419 (or 0x405419) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 19. RGB value is (64,84,25). Sum of RGB (Red+Green+Blue) = 64+84+25=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #405419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405419 is #BFABE6. Grayscale: #474747. Windows color (decimal): -12561383 or 1659968. OLE color: 1659968.

HSL color Cylindrical-coordinate representation of color #405419: hue angle of 80.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #405419 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB648425-
CMYK0.2400.700.67
HSL80.34º54.13%21.37%-
HSV(B)80.34º70.24%32.94%-
XYZ5.467.52.08-
YUV71.29101.87122.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 25 (10.16% from 255) = 14.45%
R=36.99%
G=48.55%
B=14.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484250.2400.700.6780.3454.1321.37
Hex4054191804643503615
Octal100124313001061031206625
Binary100000010101001100111000010001101000011101000011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405419; }

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

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

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

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

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

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

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

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