#40541B

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

Shades of Verdun Green #40541B

Tints of Verdun Green #40541B

Color information

#40541B (or 0x40541B) is unknown color: approx Verdun Green. HEX triplet: 40, 54 and 1B. RGB value is (64,84,27). Sum of RGB (Red+Green+Blue) = 64+84+27=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #40541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40541B is #BFABE4. Grayscale: #474747. Windows color (decimal): -12561381 or 1791040. OLE color: 1791040.

HSL color Cylindrical-coordinate representation of color #40541B: hue angle of 81.05º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40541B is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB648427-
CMYK0.2400.680.67
HSL81.05º51.35%21.76%-
HSV(B)81.05º67.86%32.94%-
XYZ5.487.512.2-
YUV71.52102.87122.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.57%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=36.57%
G=48%
B=15.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484270.2400.680.6781.0551.3521.76
Hex40541B1804443513316
Octal100124333001041031216326
Binary100000010101001101111000010001001000011101000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40541B; }

 p { color: rgb(64,84,27); }

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

<style>
 a { background-color: #40541B; }

 a { background-color: rgb(64,84,27); }

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

<style>
 span { border-color: #40541B; }

 span { border-color: rgb(64,84,27); }

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