#405701

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

Shades of Verdun Green #405701

Tints of Verdun Green #405701

Color information

#405701 (or 0x405701) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 01. RGB value is (64,87,1). Sum of RGB (Red+Green+Blue) = 64+87+1=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #405701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405701 is #BFA8FE. Grayscale: #464646. Windows color (decimal): -12560639 or 87872. OLE color: 87872.

HSL color Cylindrical-coordinate representation of color #405701: hue angle of 76.05º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #405701 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB64871-
CMYK0.2600.990.66
HSL76.05º97.73%17.25%-
HSV(B)76.05º98.85%34.12%-
XYZ5.537.911.26-
YUV70.3288.88123.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.11%
GREEN value IS 87 (34.38% from 255) = 57.24%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=42.11%
G=57.24%
B=0.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal648710.2600.990.6676.0597.7317.25
Hex405711A063424c6211
Octal100127132014310211414221
Binary100000010101111110100110001110000101001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405701; }

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

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

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

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

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

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

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

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