#49570D

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

Shades of Verdun Green #49570D

Tints of Verdun Green #49570D

Color information

#49570D (or 0x49570D) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 0D. RGB value is (73,87,13). Sum of RGB (Red+Green+Blue) = 73+87+13=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 87 (34.38% from 255 or 50.29% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 87 - color contains mainly: green. Hex color #49570D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49570D is #B6A8F2. Grayscale: #4A4A4A. Windows color (decimal): -11970803 or 874313. OLE color: 874313.

HSL color Cylindrical-coordinate representation of color #49570D: hue angle of 71.35º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49570D is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB738713-
CMYK0.1600.850.66
HSL71.35º74%19.61%-
HSV(B)71.35º85.06%34.12%-
XYZ6.238.261.65-
YUV74.3893.36127.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 87 (34.38% from 255) = 50.29%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=42.20%
G=50.29%
B=7.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387130.1600.850.6671.357419.61
Hex4957D1005542474a14
Octal1111271520012510210711224
Binary100100110101111101100000101010110000101000111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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