#40490A

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

Shades of Verdun Green #40490A

Tints of Verdun Green #40490A

Color information

#40490A (or 0x40490A) is unknown color: approx Verdun Green. HEX triplet: 40, 49 and 0A. RGB value is (64,73,10). Sum of RGB (Red+Green+Blue) = 64+73+10=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #40490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40490A is #BFB6F5. Grayscale: #3F3F3F. Windows color (decimal): -12564214 or 674112. OLE color: 674112.

HSL color Cylindrical-coordinate representation of color #40490A: hue angle of 68.57º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40490A is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB647310-
CMYK0.1200.860.71
HSL68.57º75.9%16.27%-
HSV(B)68.57º86.3%28.63%-
XYZ4.555.881.18-
YUV63.1398.02128.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=43.54%
G=49.66%
B=6.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6473100.1200.860.7168.5775.916.27
Hex4049AC05647454c10
Octal1001111214012610710511420
Binary10000001001001101011000101011010001111000101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,73,10); }

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

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

 a { background-color: rgb(64,73,10); }

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

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

 span { border-color: rgb(64,73,10); }

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