#40471A

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

Shades of Verdun Green #40471A

Tints of Verdun Green #40471A

Color information

#40471A (or 0x40471A) is unknown color: approx Verdun Green. HEX triplet: 40, 47 and 1A. RGB value is (64,71,26). Sum of RGB (Red+Green+Blue) = 64+71+26=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #40471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40471A is #BFB8E5. Grayscale: #3F3F3F. Windows color (decimal): -12564710 or 1722176. OLE color: 1722176.

HSL color Cylindrical-coordinate representation of color #40471A: hue angle of 69.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40471A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB647126-
CMYK0.1000.630.72
HSL69.33º46.39%19.02%-
HSV(B)69.33º63.38%27.84%-
XYZ4.555.671.83-
YUV63.78106.68128.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=39.75%
G=44.10%
B=16.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6471260.1000.630.7269.3346.3919.02
Hex40471AA03F48452e13
Octal10010732120771101055623
Binary1000000100011111010101001111111001000100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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