#40581A

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

Shades of Verdun Green #40581A

Tints of Verdun Green #40581A

Color information

#40581A (or 0x40581A) is unknown color: approx Verdun Green. HEX triplet: 40, 58 and 1A. RGB value is (64,88,26). Sum of RGB (Red+Green+Blue) = 64+88+26=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #40581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40581A is #BFA7E5. Grayscale: #494949. Windows color (decimal): -12560358 or 1726528. OLE color: 1726528.

HSL color Cylindrical-coordinate representation of color #40581A: hue angle of 83.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40581A is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB648826-
CMYK0.2700.700.65
HSL83.23º54.39%22.35%-
HSV(B)83.23º70.45%34.51%-
XYZ5.798.142.24-
YUV73.76101.05121.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 88 (34.77% from 255) = 49.44%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=35.96%
G=49.44%
B=14.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488260.2700.700.6583.2354.3922.35
Hex40581A1B04641533616
Octal100130323301061011236626
Binary100000010110001101011011010001101000001101001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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