#405511

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

Shades of Verdun Green #405511

Tints of Verdun Green #405511

Color information

#405511 (or 0x405511) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 11. RGB value is (64,85,17). Sum of RGB (Red+Green+Blue) = 64+85+17=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 17 (7.03% from 255 or 10.24% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #405511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405511 is #BFAAEE. Grayscale: #474747. Windows color (decimal): -12561135 or 1135936. OLE color: 1135936.

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

Color convert

RGB648517-
CMYK0.2500.800.67
HSL78.53º66.67%20%-
HSV(B)78.53º80%33.33%-
XYZ5.467.631.71-
YUV70.9797.54123.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.55%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 17 (7.03% from 255) = 10.24%
R=38.55%
G=51.20%
B=10.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485170.2500.800.6778.5366.6720
Hex40551119050434f4314
Octal1001252131012010311710324
Binary1000000101010110001110010101000010000111001111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405511; }

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

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

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

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

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

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

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

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