#40561C

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

Shades of Verdun Green #40561C

Tints of Verdun Green #40561C

Color information

#40561C (or 0x40561C) is unknown color: approx Verdun Green. HEX triplet: 40, 56 and 1C. RGB value is (64,86,28). Sum of RGB (Red+Green+Blue) = 64+86+28=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 86 (33.98% from 255 or 48.31% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 86 - color contains mainly: green. Hex color #40561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40561C is #BFA9E3. Grayscale: #494949. Windows color (decimal): -12560868 or 1857088. OLE color: 1857088.

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

Color convert

RGB648628-
CMYK0.2600.670.66
HSL82.76º50.88%22.35%-
HSV(B)82.76º67.44%33.73%-
XYZ5.657.832.31-
YUV72.81102.71121.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 86 (33.98% from 255) = 48.31%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=35.96%
G=48.31%
B=15.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486280.2600.670.6682.7650.8822.35
Hex40561C1A04342533316
Octal100126343201031021236326
Binary100000010101101110011010010000111000010101001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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