#495412

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

Shades of Verdun Green #495412

Tints of Verdun Green #495412

Color information

#495412 (or 0x495412) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 12. RGB value is (73,84,18). Sum of RGB (Red+Green+Blue) = 73+84+18=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #495412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495412 is #B6ABED. Grayscale: #494949. Windows color (decimal): -11971566 or 1201225. OLE color: 1201225.

HSL color Cylindrical-coordinate representation of color #495412: hue angle of 70º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #495412 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB738418-
CMYK0.1300.790.67
HSL70º64.71%20%-
HSV(B)70º78.57%32.94%-
XYZ6.037.81.76-
YUV73.1996.86127.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=41.71%
G=48%
B=10.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384180.1300.790.677064.7120
Hex495412D04F43464114
Octal1111242215011710310610124
Binary100100110101001001011010100111110000111000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495412; }

 p { color: rgb(73,84,18); }

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

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

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

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

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

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

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