#49541E

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

Shades of Verdun Green #49541E

Tints of Verdun Green #49541E

Color information

#49541E (or 0x49541E) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 1E. RGB value is (73,84,30). Sum of RGB (Red+Green+Blue) = 73+84+30=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #49541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49541E is #B6ABE1. Grayscale: #4A4A4A. Windows color (decimal): -11971554 or 1987657. OLE color: 1987657.

HSL color Cylindrical-coordinate representation of color #49541E: hue angle of 72.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49541E is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB738430-
CMYK0.1300.640.67
HSL72.22º47.37%22.35%-
HSV(B)72.22º64.29%32.94%-
XYZ6.157.852.42-
YUV74.55102.86126.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=39.04%
G=44.92%
B=16.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384300.1300.640.6772.2247.3722.35
Hex49541ED04043482f16
Octal111124361501001031105726
Binary10010011010100111101101010000001000011100100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49541E; }

 p { color: rgb(73,84,30); }

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

<style>
 a { background-color: #49541E; }

 a { background-color: rgb(73,84,30); }

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

<style>
 span { border-color: #49541E; }

 span { border-color: rgb(73,84,30); }

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