#404403

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

Shades of Verdun Green #404403

Tints of Verdun Green #404403

Color information

#404403 (or 0x404403) is unknown color: approx Verdun Green. HEX triplet: 40, 44 and 03. RGB value is (64,68,3). Sum of RGB (Red+Green+Blue) = 64+68+3=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #404403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404403 is #BFBBFC. Grayscale: #3B3B3B. Windows color (decimal): -12565501 or 214080. OLE color: 214080.

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

Color convert

RGB64683-
CMYK0.0600.960.73
HSL63.69º91.55%13.92%-
HSV(B)63.69º95.59%26.67%-
XYZ4.25.230.87-
YUV59.3996.17131.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 3 (1.56% from 255) = 2.22%
R=47.41%
G=50.37%
B=2.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal646830.0600.960.7363.6991.5513.92
Hex40443606049405ce
Octal10010436014011110013416
Binary1000000100010011110011000001001001100000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404403; }

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

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

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

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

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

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

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

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