#40570D

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

Shades of Verdun Green #40570D

Tints of Verdun Green #40570D

Color information

#40570D (or 0x40570D) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 0D. RGB value is (64,87,13). Sum of RGB (Red+Green+Blue) = 64+87+13=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 87 (34.38% from 255 or 53.05% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 87 - color contains mainly: green. Hex color #40570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40570D is #BFA8F2. Grayscale: #474747. Windows color (decimal): -12560627 or 874304. OLE color: 874304.

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

Color convert

RGB648713-
CMYK0.2600.850.66
HSL78.65º74%19.61%-
HSV(B)78.65º85.06%34.12%-
XYZ5.67.941.62-
YUV71.6994.88122.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 87 (34.38% from 255) = 53.05%
BLUE value IS 13 (5.47% from 255) = 7.93%
R=39.02%
G=53.05%
B=7.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487130.2600.850.6678.657419.61
Hex4057D1A055424f4a14
Octal1001271532012510211711224
Binary100000010101111101110100101010110000101001111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40570D; }

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

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

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

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

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

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

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

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