#49591F

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

Shades of Verdun Green #49591F

Tints of Verdun Green #49591F

Color information

#49591F (or 0x49591F) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 1F. RGB value is (73,89,31). Sum of RGB (Red+Green+Blue) = 73+89+31=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #49591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49591F is #B6A6E0. Grayscale: #4D4D4D. Windows color (decimal): -11970273 or 2054473. OLE color: 2054473.

HSL color Cylindrical-coordinate representation of color #49591F: hue angle of 76.55º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49591F is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB738931-
CMYK0.1800.650.65
HSL76.55º48.33%23.53%-
HSV(B)76.55º65.17%34.9%-
XYZ6.578.662.62-
YUV77.6101.7124.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=37.82%
G=46.11%
B=16.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389310.1800.650.6576.5548.3323.53
Hex49591F12041414d3018
Octal111131372201011011156030
Binary100100110110011111110010010000011000001100110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49591F; }

 p { color: rgb(73,89,31); }

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

<style>
 a { background-color: #49591F; }

 a { background-color: rgb(73,89,31); }

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

<style>
 span { border-color: #49591F; }

 span { border-color: rgb(73,89,31); }

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