#405914

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

Shades of Verdun Green #405914

Tints of Verdun Green #405914

Color information

#405914 (or 0x405914) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 14. RGB value is (64,89,20). Sum of RGB (Red+Green+Blue) = 64+89+20=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #405914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405914 is #BFA6EB. Grayscale: #494949. Windows color (decimal): -12560108 or 1333568. OLE color: 1333568.

HSL color Cylindrical-coordinate representation of color #405914: hue angle of 81.74º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #405914 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB648920-
CMYK0.2800.780.65
HSL81.74º63.3%21.37%-
HSV(B)81.74º77.53%34.9%-
XYZ5.818.291.95-
YUV73.6697.72121.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=36.99%
G=51.45%
B=11.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489200.2800.780.6581.7463.321.37
Hex4059141C04E41523f15
Octal100131243401161011227725
Binary100000010110011010011100010011101000001101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405914; }

 p { color: rgb(64,89,20); }

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

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

 a { background-color: rgb(64,89,20); }

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

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

 span { border-color: rgb(64,89,20); }

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