#404410

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

Shades of Verdun Green #404410

Tints of Verdun Green #404410

Color information

#404410 (or 0x404410) is unknown color: approx Verdun Green. HEX triplet: 40, 44 and 10. RGB value is (64,68,16). Sum of RGB (Red+Green+Blue) = 64+68+16=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #404410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404410 is #BFBBEF. Grayscale: #3D3D3D. Windows color (decimal): -12565488 or 1066048. OLE color: 1066048.

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

Color convert

RGB646816-
CMYK0.0600.760.73
HSL64.62º61.9%16.47%-
HSV(B)64.62º76.47%26.67%-
XYZ4.285.261.28-
YUV60.88102.67130.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=43.24%
G=45.95%
B=10.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6468160.0600.760.7364.6261.916.47
Hex404410604C49413e10
Octal10010420601141111017620
Binary1000000100010010000110010011001001001100000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404410; }

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

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

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

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

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

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

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

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