#40561A

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

Shades of Verdun Green #40561A

Tints of Verdun Green #40561A

Color information

#40561A (or 0x40561A) is unknown color: approx Verdun Green. HEX triplet: 40, 56 and 1A. RGB value is (64,86,26). Sum of RGB (Red+Green+Blue) = 64+86+26=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #40561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40561A is #BFA9E5. Grayscale: #484848. Windows color (decimal): -12560870 or 1726016. OLE color: 1726016.

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

Color convert

RGB648626-
CMYK0.2600.700.66
HSL82º53.57%21.96%-
HSV(B)82º69.77%33.73%-
XYZ5.637.822.19-
YUV72.58101.71121.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.36%
GREEN value IS 86 (33.98% from 255) = 48.86%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=36.36%
G=48.86%
B=14.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486260.2600.700.668253.5721.96
Hex40561A1A04642523616
Octal100126323201061021226626
Binary100000010101101101011010010001101000010101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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