#40551D

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

Shades of Verdun Green #40551D

Tints of Verdun Green #40551D

Color information

#40551D (or 0x40551D) is unknown color: approx Verdun Green. HEX triplet: 40, 55 and 1D. RGB value is (64,85,29). Sum of RGB (Red+Green+Blue) = 64+85+29=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #40551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40551D is #BFAAE2. Grayscale: #484848. Windows color (decimal): -12561123 or 1922368. OLE color: 1922368.

HSL color Cylindrical-coordinate representation of color #40551D: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40551D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB648529-
CMYK0.2500.660.67
HSL82.5º49.12%22.35%-
HSV(B)82.5º65.88%33.33%-
XYZ5.587.682.35-
YUV72.34103.54122.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 29 (11.72% from 255) = 16.29%
R=35.96%
G=47.75%
B=16.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485290.2500.660.6782.549.1222.35
Hex40551D1904243523116
Octal100125353101021031226126
Binary100000010101011110111001010000101000011101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40551D; }

 p { color: rgb(64,85,29); }

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

<style>
 a { background-color: #40551D; }

 a { background-color: rgb(64,85,29); }

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

<style>
 span { border-color: #40551D; }

 span { border-color: rgb(64,85,29); }

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