#405910

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

Shades of Verdun Green #405910

Tints of Verdun Green #405910

Color information

#405910 (or 0x405910) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 10. RGB value is (64,89,16). Sum of RGB (Red+Green+Blue) = 64+89+16=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #405910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405910 is #BFA6EF. Grayscale: #494949. Windows color (decimal): -12560112 or 1071424. OLE color: 1071424.

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

Color convert

RGB648916-
CMYK0.2800.820.65
HSL80.55º69.52%20.59%-
HSV(B)80.55º82.02%34.9%-
XYZ5.788.271.78-
YUV73.295.72121.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 89 (35.16% from 255) = 52.66%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=37.87%
G=52.66%
B=9.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489160.2800.820.6580.5569.5220.59
Hex4059101C05241514615
Octal1001312034012210112110625
Binary1000000101100110000111000101001010000011010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405910; }

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

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

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

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

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

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

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

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