#49500D

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

Shades of Verdun Green #49500D

Tints of Verdun Green #49500D

Color information

#49500D (or 0x49500D) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 0D. RGB value is (73,80,13). Sum of RGB (Red+Green+Blue) = 73+80+13=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #49500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49500D is #B6AFF2. Grayscale: #464646. Windows color (decimal): -11972595 or 872521. OLE color: 872521.

HSL color Cylindrical-coordinate representation of color #49500D: hue angle of 66.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49500D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB738013-
CMYK0.0900.840.69
HSL66.27º72.04%18.24%-
HSV(B)66.27º83.75%31.37%-
XYZ5.697.181.47-
YUV70.2795.68129.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=43.98%
G=48.19%
B=7.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380130.0900.840.6966.2772.0418.24
Hex4950D905445424812
Octal1111201511012410510211022
Binary10010011010000110110010101010010001011000010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49500D; }

 p { color: rgb(73,80,13); }

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

<style>
 a { background-color: #49500D; }

 a { background-color: rgb(73,80,13); }

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

<style>
 span { border-color: #49500D; }

 span { border-color: rgb(73,80,13); }

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