#405510

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

Shades of Verdun Green #405510

Tints of Verdun Green #405510

Color information

#405510 (or 0x405510) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 10. RGB value is (64,85,16). Sum of RGB (Red+Green+Blue) = 64+85+16=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #405510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405510 is #BFAAEF. Grayscale: #474747. Windows color (decimal): -12561136 or 1070400. OLE color: 1070400.

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

Color convert

RGB648516-
CMYK0.2500.810.67
HSL78.26º68.32%19.8%-
HSV(B)78.26º81.18%33.33%-
XYZ5.467.621.67-
YUV70.8597.04123.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=38.79%
G=51.52%
B=9.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485160.2500.810.6778.2668.3219.8
Hex40551019051434e4414
Octal1001252031012110311610424
Binary1000000101010110000110010101000110000111001110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405510; }

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

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

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

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

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

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

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

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