#405915

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

Shades of Verdun Green #405915

Tints of Verdun Green #405915

Color information

#405915 (or 0x405915) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 15. RGB value is (64,89,21). Sum of RGB (Red+Green+Blue) = 64+89+21=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #405915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405915 is #BFA6EA. Grayscale: #4A4A4A. Windows color (decimal): -12560107 or 1399104. OLE color: 1399104.

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

Color convert

RGB648921-
CMYK0.2800.760.65
HSL82.06º61.82%21.57%-
HSV(B)82.06º76.4%34.9%-
XYZ5.828.292-
YUV73.7798.22121.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=36.78%
G=51.15%
B=12.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489210.2800.760.6582.0661.8221.57
Hex4059151C04C41523e16
Octal100131253401141011227626
Binary100000010110011010111100010011001000001101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405915; }

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

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

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

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

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

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

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

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