#49590C

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

Shades of Verdun Green #49590C

Tints of Verdun Green #49590C

Color information

#49590C (or 0x49590C) is unknown color: approx Verdun Green. HEX triplet: 49, 59 and 0C. RGB value is (73,89,12). Sum of RGB (Red+Green+Blue) = 73+89+12=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #49590C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49590C is #B6A6F3. Grayscale: #4B4B4B. Windows color (decimal): -11970292 or 809289. OLE color: 809289.

HSL color Cylindrical-coordinate representation of color #49590C: hue angle of 72.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49590C is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB738912-
CMYK0.1800.870.65
HSL72.47º76.24%19.8%-
HSV(B)72.47º86.52%34.9%-
XYZ6.398.591.67-
YUV75.4492.2126.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=41.95%
G=51.15%
B=6.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7389120.1800.870.6572.4776.2419.8
Hex4959C1205741484c14
Octal1111311422012710111011424
Binary100100110110011100100100101011110000011001000100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49590C; }

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

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

<style>
 a { background-color: #49590C; }

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

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

<style>
 span { border-color: #49590C; }

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

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