#405901

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

Shades of Verdun Green #405901

Tints of Verdun Green #405901

Color information

#405901 (or 0x405901) is unknown color: approx Verdun Green. HEX triplet: 40, 59 and 01. RGB value is (64,89,1). Sum of RGB (Red+Green+Blue) = 64+89+1=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 89 (35.16% from 255 or 57.79% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 89 - color contains mainly: green. Hex color #405901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405901 is #BFA6FE. Grayscale: #474747. Windows color (decimal): -12560127 or 88384. OLE color: 88384.

HSL color Cylindrical-coordinate representation of color #405901: hue angle of 77.05º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #405901 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB64891-
CMYK0.2800.990.65
HSL77.05º97.78%17.65%-
HSV(B)77.05º98.88%34.9%-
XYZ5.698.241.32-
YUV71.4988.22122.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.56%
GREEN value IS 89 (35.16% from 255) = 57.79%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=41.56%
G=57.79%
B=0.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal648910.2800.990.6577.0597.7817.65
Hex405911C063414d6212
Octal100131134014310111514222
Binary100000010110011111000110001110000011001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405901; }

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

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

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

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

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

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

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

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