#495319

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

Shades of Verdun Green #495319

Tints of Verdun Green #495319

Color information

#495319 (or 0x495319) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 19. RGB value is (73,83,25). Sum of RGB (Red+Green+Blue) = 73+83+25=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #495319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495319 is #B6ACE6. Grayscale: #494949. Windows color (decimal): -11971815 or 1659721. OLE color: 1659721.

HSL color Cylindrical-coordinate representation of color #495319: hue angle of 70.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #495319 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB738325-
CMYK0.1200.700.67
HSL70.34º53.7%21.18%-
HSV(B)70.34º69.88%32.55%-
XYZ6.027.672.08-
YUV73.4100.69127.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=40.33%
G=45.86%
B=13.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383250.1200.700.6770.3453.721.18
Hex495319C04643463615
Octal111123311401061031066625
Binary10010011010011110011100010001101000011100011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495319; }

 p { color: rgb(73,83,25); }

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

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

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

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

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

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

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