#40501C

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

Shades of Verdun Green #40501C

Tints of Verdun Green #40501C

Color information

#40501C (or 0x40501C) is unknown color: approx Verdun Green. HEX triplet: 40, 50 and 1C. RGB value is (64,80,28). Sum of RGB (Red+Green+Blue) = 64+80+28=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #40501C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40501C is #BFAFE3. Grayscale: #454545. Windows color (decimal): -12562404 or 1855552. OLE color: 1855552.

HSL color Cylindrical-coordinate representation of color #40501C: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40501C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB648028-
CMYK0.2000.650.69
HSL78.46º48.15%21.18%-
HSV(B)78.46º65%31.37%-
XYZ5.196.912.16-
YUV69.29104.7124.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 80 (31.64% from 255) = 46.51%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=37.21%
G=46.51%
B=16.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6480280.2000.650.6978.4648.1521.18
Hex40501C14041454e3015
Octal100120342401011051166025
Binary100000010100001110010100010000011000101100111011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40501C; }

 p { color: rgb(64,80,28); }

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

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

 a { background-color: rgb(64,80,28); }

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

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

 span { border-color: rgb(64,80,28); }

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