#40571A

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

Shades of Verdun Green #40571A

Tints of Verdun Green #40571A

Color information

#40571A (or 0x40571A) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 1A. RGB value is (64,87,26). Sum of RGB (Red+Green+Blue) = 64+87+26=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #40571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40571A is #BFA8E5. Grayscale: #494949. Windows color (decimal): -12560614 or 1726272. OLE color: 1726272.

HSL color Cylindrical-coordinate representation of color #40571A: hue angle of 82.62º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40571A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB648726-
CMYK0.2600.700.66
HSL82.62º53.98%22.16%-
HSV(B)82.62º70.11%34.12%-
XYZ5.717.982.22-
YUV73.17101.38121.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.16%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=36.16%
G=49.15%
B=14.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487260.2600.700.6682.6253.9822.16
Hex40571A1A04642533616
Octal100127323201061021236626
Binary100000010101111101011010010001101000010101001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40571A; }

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

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

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

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

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

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

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

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