#405403

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

Shades of Verdun Green #405403

Tints of Verdun Green #405403

Color information

#405403 (or 0x405403) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 03. RGB value is (64,84,3). Sum of RGB (Red+Green+Blue) = 64+84+3=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #405403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405403 is #BFABFC. Grayscale: #454545. Windows color (decimal): -12561405 or 218176. OLE color: 218176.

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

Color convert

RGB64843-
CMYK0.2400.960.67
HSL74.81º93.1%17.06%-
HSV(B)74.81º96.43%32.94%-
XYZ5.37.441.24-
YUV68.7990.87124.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 3 (1.56% from 255) = 1.99%
R=42.38%
G=55.63%
B=1.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal648430.2400.960.6774.8193.117.06
Hex4054318060434b5d11
Octal100124330014010311313521
Binary1000000101010011110000110000010000111001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405403; }

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

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

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

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

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

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

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

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