#404601

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

Shades of Verdun Green #404601

Tints of Verdun Green #404601

Color information

#404601 (or 0x404601) is unknown color: approx Verdun Green. HEX triplet: 40, 46 and 01. RGB value is (64,70,1). Sum of RGB (Red+Green+Blue) = 64+70+1=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #404601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404601 is #BFB9FE. Grayscale: #3C3C3C. Windows color (decimal): -12564991 or 83520. OLE color: 83520.

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

Color convert

RGB64701-
CMYK0.0900.990.73
HSL65.22º97.18%13.92%-
HSV(B)65.22º98.57%27.45%-
XYZ4.315.470.86-
YUV60.3494.51130.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=47.41%
G=51.85%
B=0.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal647010.0900.990.7365.2297.1813.92
Hex404619063494161e
Octal100106111014311110114116
Binary1000000100011011001011000111001001100000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404601; }

 p { color: rgb(64,70,1); }

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

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

 a { background-color: rgb(64,70,1); }

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

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

 span { border-color: rgb(64,70,1); }

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