#405805

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

Shades of Verdun Green #405805

Tints of Verdun Green #405805

Color information

#405805 (or 0x405805) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 05. RGB value is (64,88,5). Sum of RGB (Red+Green+Blue) = 64+88+5=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #405805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405805 is #BFA7FA. Grayscale: #474747. Windows color (decimal): -12560379 or 350272. OLE color: 350272.

HSL color Cylindrical-coordinate representation of color #405805: hue angle of 77.35º 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 #405805 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB64885-
CMYK0.2700.940.65
HSL77.35º89.25%18.24%-
HSV(B)77.35º94.32%34.51%-
XYZ5.638.081.41-
YUV71.3690.55122.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.76%
GREEN value IS 88 (34.77% from 255) = 56.05%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=40.76%
G=56.05%
B=3.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal648850.2700.940.6577.3589.2518.24
Hex405851B05E414d5912
Octal100130533013610111513122
Binary10000001011000101110110101111010000011001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405805; }

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

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

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

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

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

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

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

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