#495512

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

Shades of Verdun Green #495512

Tints of Verdun Green #495512

Color information

#495512 (or 0x495512) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 12. RGB value is (73,85,18). Sum of RGB (Red+Green+Blue) = 73+85+18=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #495512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495512 is #B6AAED. Grayscale: #4A4A4A. Windows color (decimal): -11971310 or 1201481. OLE color: 1201481.

HSL color Cylindrical-coordinate representation of color #495512: hue angle of 70.75º 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 #495512 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB738518-
CMYK0.1400.790.67
HSL70.75º65.05%20.2%-
HSV(B)70.75º78.82%33.33%-
XYZ6.117.961.79-
YUV73.7796.52127.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=41.48%
G=48.30%
B=10.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385180.1400.790.6770.7565.0520.2
Hex495512E04F43474114
Octal1111252216011710310710124
Binary100100110101011001011100100111110000111000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495512; }

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

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

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

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

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

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

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

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