#405601

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

Shades of Verdun Green #405601

Tints of Verdun Green #405601

Color information

#405601 (or 0x405601) is unknown color: approx Verdun Green. HEX triplet: 40, 56 and 01. RGB value is (64,86,1). Sum of RGB (Red+Green+Blue) = 64+86+1=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #405601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405601 is #BFA9FE. Grayscale: #464646. Windows color (decimal): -12560895 or 87616. OLE color: 87616.

HSL color Cylindrical-coordinate representation of color #405601: hue angle of 75.53º 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 #405601 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB64861-
CMYK0.2600.990.66
HSL75.53º97.7%17.06%-
HSV(B)75.53º98.84%33.73%-
XYZ5.457.751.24-
YUV69.7389.21123.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.38%
GREEN value IS 86 (33.98% from 255) = 56.95%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=42.38%
G=56.95%
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
Decimal648610.2600.990.6675.5397.717.06
Hex405611A063424c6211
Octal100126132014310211414221
Binary100000010101101110100110001110000101001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405601; }

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

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

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

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

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

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

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

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