#405509

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

Shades of Verdun Green #405509

Tints of Verdun Green #405509

Color information

#405509 (or 0x405509) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 09. RGB value is (64,85,9). Sum of RGB (Red+Green+Blue) = 64+85+9=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #405509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405509 is #BFAAF6. Grayscale: #464646. Windows color (decimal): -12561143 or 611648. OLE color: 611648.

HSL color Cylindrical-coordinate representation of color #405509: hue angle of 76.58º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #405509 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB64859-
CMYK0.2500.890.67
HSL76.58º80.85%18.43%-
HSV(B)76.58º89.41%33.33%-
XYZ5.417.611.44-
YUV70.0693.54123.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=40.51%
G=53.80%
B=5.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648590.2500.890.6776.5880.8518.43
Hex4055919059434d5112
Octal1001251131013110311512122
Binary100000010101011001110010101100110000111001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405509; }

 p { color: rgb(64,85,9); }

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

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

 a { background-color: rgb(64,85,9); }

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

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

 span { border-color: rgb(64,85,9); }

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