#40581B

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

Shades of Verdun Green #40581B

Tints of Verdun Green #40581B

Color information

#40581B (or 0x40581B) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 1B. RGB value is (64,88,27). Sum of RGB (Red+Green+Blue) = 64+88+27=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #40581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40581B is #BFA7E4. Grayscale: #4A4A4A. Windows color (decimal): -12560357 or 1792064. OLE color: 1792064.

HSL color Cylindrical-coordinate representation of color #40581B: hue angle of 83.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40581B is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB648827-
CMYK0.2700.690.65
HSL83.61º53.04%22.55%-
HSV(B)83.61º69.32%34.51%-
XYZ5.88.152.3-
YUV73.87101.55120.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.75%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=35.75%
G=49.16%
B=15.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488270.2700.690.6583.6153.0422.55
Hex40581B1B04541543517
Octal100130333301051011246527
Binary100000010110001101111011010001011000001101010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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