#494915

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

Shades of Verdun Green #494915

Tints of Verdun Green #494915

Color information

#494915 (or 0x494915) is unknown color: approx Verdun Green. HEX triplet: 49, 49 and 15. RGB value is (73,73,21). Sum of RGB (Red+Green+Blue) = 73+73+21=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 73 - color contains mainly: red, green. Hex color #494915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494915 is #B6B6EA. Grayscale: #434343. Windows color (decimal): -11974379 or 1395017. OLE color: 1395017.

HSL color Cylindrical-coordinate representation of color #494915: hue angle of 60º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #494915 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB737321-
CMYK000.710.71
HSL60º55.32%18.43%-
HSV(B)60º71.23%28.63%-
XYZ5.276.241.64-
YUV67.07102132.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 73 (28.91% from 255) = 43.71%
BLUE value IS 21 (8.59% from 255) = 12.57%
R=43.71%
G=43.71%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737321000.710.716055.3218.43
Hex4949150047473c3712
Octal1111112500107107746722
Binary1001001100100110101001000111100011111110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494915; }

 p { color: rgb(73,73,21); }

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

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

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

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

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

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

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