#405506

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

Shades of Verdun Green #405506

Tints of Verdun Green #405506

Color information

#405506 (or 0x405506) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 06. RGB value is (64,85,6). Sum of RGB (Red+Green+Blue) = 64+85+6=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #405506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405506 is #BFAAF9. Grayscale: #464646. Windows color (decimal): -12561146 or 415040. OLE color: 415040.

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

Color convert

RGB64856-
CMYK0.2500.930.67
HSL75.95º86.81%17.84%-
HSV(B)75.95º92.94%33.33%-
XYZ5.47.61.35-
YUV69.7192.04123.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=41.29%
G=54.84%
B=3.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648560.2500.930.6775.9586.8117.84
Hex405561905D434c5712
Octal100125631013510311412722
Binary10000001010101110110010101110110000111001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405506; }

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

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

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

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

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

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

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

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