#405711

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

Shades of Verdun Green #405711

Tints of Verdun Green #405711

Color information

#405711 (or 0x405711) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 11. RGB value is (64,87,17). Sum of RGB (Red+Green+Blue) = 64+87+17=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #405711 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #405711 is #BFA8EE. Grayscale: #484848. Windows color (decimal): -12560623 or 1136448. OLE color: 1136448.

HSL color Cylindrical-coordinate representation of color #405711: hue angle of 79.71º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #405711 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB648717-
CMYK0.2600.800.66
HSL79.71º67.31%20.39%-
HSV(B)79.71º80.46%34.12%-
XYZ5.627.951.77-
YUV72.1496.88122.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.10%
GREEN value IS 87 (34.38% from 255) = 51.79%
BLUE value IS 17 (7.03% from 255) = 10.12%
R=38.10%
G=51.79%
B=10.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487170.2600.800.6679.7167.3120.39
Hex4057111A05042504314
Octal1001272132012010212010324
Binary1000000101011110001110100101000010000101010000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405711; }

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

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

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

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

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

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

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

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