#405905

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

Shades of Verdun Green #405905

Tints of Verdun Green #405905

Color information

#405905 (or 0x405905) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 05. RGB value is (64,89,5). Sum of RGB (Red+Green+Blue) = 64+89+5=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #405905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405905 is #BFA6FA. Grayscale: #484848. Windows color (decimal): -12560123 or 350528. OLE color: 350528.

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

Color convert

RGB64895-
CMYK0.2800.940.65
HSL77.86º89.36%18.43%-
HSV(B)77.86º94.38%34.9%-
XYZ5.718.251.43-
YUV71.9590.22122.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 5 (2.34% from 255) = 3.16%
R=40.51%
G=56.33%
B=3.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal648950.2800.940.6577.8689.3618.43
Hex405951C05E414e5912
Octal100131534013610111613122
Binary10000001011001101111000101111010000011001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405905; }

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

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

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

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

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

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

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

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