#405410

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

Shades of Verdun Green #405410

Tints of Verdun Green #405410

Color information

#405410 (or 0x405410) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 10. RGB value is (64,84,16). Sum of RGB (Red+Green+Blue) = 64+84+16=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 16 (6.64% from 255 or 9.76% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #405410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405410 is #BFABEF. Grayscale: #464646. Windows color (decimal): -12561392 or 1070144. OLE color: 1070144.

HSL color Cylindrical-coordinate representation of color #405410: hue angle of 77.65º 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 #405410 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB648416-
CMYK0.2400.810.67
HSL77.65º68%19.61%-
HSV(B)77.65º80.95%32.94%-
XYZ5.387.471.65-
YUV70.2797.37123.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 16 (6.64% from 255) = 9.76%
R=39.02%
G=51.22%
B=9.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484160.2400.810.6777.656819.61
Hex40541018051434e4414
Octal1001242030012110311610424
Binary1000000101010010000110000101000110000111001110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405410; }

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

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

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

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

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

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

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

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