#404305

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

Shades of Verdun Green #404305

Tints of Verdun Green #404305

Color information

#404305 (or 0x404305) is unknown color: approx Verdun Green. HEX triplet: 40, 43 and 05. RGB value is (64,67,5). Sum of RGB (Red+Green+Blue) = 64+67+5=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #404305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404305 is #BFBCFA. Grayscale: #3B3B3B. Windows color (decimal): -12565755 or 344896. OLE color: 344896.

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

Color convert

RGB64675-
CMYK0.0400.930.74
HSL62.9º86.11%14.12%-
HSV(B)62.9º92.54%26.27%-
XYZ4.155.120.91-
YUV59.0497.51131.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 67 (26.56% from 255) = 49.26%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=47.06%
G=49.26%
B=3.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal646750.0400.930.7462.986.1114.12
Hex40435405D4A3f56e
Octal1001035401351127712616
Binary1000000100001110110001011101100101011111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404305; }

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

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

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

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

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

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

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

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