#40520D

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

Shades of Verdun Green #40520D

Tints of Verdun Green #40520D

Color information

#40520D (or 0x40520D) is unknown color: approx Verdun Green. HEX triplet: 40, 52 and 0D. RGB value is (64,82,13). Sum of RGB (Red+Green+Blue) = 64+82+13=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #40520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40520D is #BFADF2. Grayscale: #454545. Windows color (decimal): -12561907 or 873024. OLE color: 873024.

HSL color Cylindrical-coordinate representation of color #40520D: hue angle of 75.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40520D is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB648213-
CMYK0.2200.840.68
HSL75.65º72.63%18.63%-
HSV(B)75.65º84.15%32.16%-
XYZ5.27.151.49-
YUV68.7596.54124.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 82 (32.42% from 255) = 51.57%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=40.25%
G=51.57%
B=8.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482130.2200.840.6875.6572.6318.63
Hex4052D16054444c4913
Octal1001221526012410411411123
Binary100000010100101101101100101010010001001001100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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