#404405

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

Shades of Verdun Green #404405

Tints of Verdun Green #404405

Color information

#404405 (or 0x404405) is unknown color: approx Verdun Green. HEX triplet: 40, 44 and 05. RGB value is (64,68,5). Sum of RGB (Red+Green+Blue) = 64+68+5=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #404405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404405 is #BFBBFA. Grayscale: #3B3B3B. Windows color (decimal): -12565499 or 345152. OLE color: 345152.

HSL color Cylindrical-coordinate representation of color #404405: hue angle of 63.81º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #404405 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB64685-
CMYK0.0600.930.73
HSL63.81º86.3%14.31%-
HSV(B)63.81º92.65%26.67%-
XYZ4.215.240.93-
YUV59.6297.17131.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 68 (26.95% from 255) = 49.64%
BLUE value IS 5 (2.34% from 255) = 3.65%
R=46.72%
G=49.64%
B=3.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal646850.0600.930.7363.8186.314.31
Hex40445605D494056e
Octal10010456013511110012616
Binary10000001000100101110010111011001001100000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404405; }

 p { color: rgb(64,68,5); }

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

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

 a { background-color: rgb(64,68,5); }

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

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

 span { border-color: rgb(64,68,5); }

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