#40570A

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

Shades of Verdun Green #40570A

Tints of Verdun Green #40570A

Color information

#40570A (or 0x40570A) is unknown color: approx Verdun Green. HEX triplet: 40, 57 and 0A. RGB value is (64,87,10). Sum of RGB (Red+Green+Blue) = 64+87+10=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #40570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40570A is #BFA8F5. Grayscale: #474747. Windows color (decimal): -12560630 or 677696. OLE color: 677696.

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

Color convert

RGB648710-
CMYK0.2600.890.66
HSL77.92º79.38%19.02%-
HSV(B)77.92º88.51%34.12%-
XYZ5.587.931.52-
YUV71.3493.38122.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=39.75%
G=54.04%
B=6.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487100.2600.890.6677.9279.3819.02
Hex4057A1A059424e4f13
Octal1001271232013110211611723
Binary100000010101111010110100101100110000101001110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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