#405A01

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

Shades of Verdun Green #405A01

Tints of Verdun Green #405A01

Color information

#405A01 (or 0x405A01) is unknown color: approx Verdun Green. HEX triplet: 40, 5A and 01. RGB value is (64,90,1). Sum of RGB (Red+Green+Blue) = 64+90+1=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #405A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405A01 is #BFA5FE. Grayscale: #484848. Windows color (decimal): -12559871 or 88640. OLE color: 88640.

HSL color Cylindrical-coordinate representation of color #405A01: hue angle of 77.53º 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 #405A01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB64901-
CMYK0.2900.990.65
HSL77.53º97.8%17.84%-
HSV(B)77.53º98.89%35.29%-
XYZ5.788.41.35-
YUV72.0887.89122.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.29%
GREEN value IS 90 (35.55% from 255) = 58.06%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=41.29%
G=58.06%
B=0.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649010.2900.990.6577.5397.817.84
Hex405A11D063414e6212
Octal100132135014310111614222
Binary100000010110101111010110001110000011001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A01; }

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

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

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

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

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

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

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

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