#495D1A

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

Shades of Verdun Green #495D1A

Tints of Verdun Green #495D1A

Color information

#495D1A (or 0x495D1A) is unknown color: approx Verdun Green. HEX triplet: 49, 5D and 1A. RGB value is (73,93,26). Sum of RGB (Red+Green+Blue) = 73+93+26=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 93 - color contains mainly: green. Hex color #495D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D1A is #B6A2E5. Grayscale: #4F4F4F. Windows color (decimal): -11969254 or 1727817. OLE color: 1727817.

HSL color Cylindrical-coordinate representation of color #495D1A: hue angle of 77.91º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #495D1A is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB739326-
CMYK0.2200.720.64
HSL77.91º56.3%23.33%-
HSV(B)77.91º72.04%36.47%-
XYZ6.859.322.42-
YUV79.3897.87123.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 93 (36.72% from 255) = 48.44%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=38.02%
G=48.44%
B=13.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393260.2200.720.6477.9156.323.33
Hex495D1A16048404e3817
Octal111135322601101001167027
Binary100100110111011101010110010010001000000100111011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495D1A; }

 p { color: rgb(73,93,26); }

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

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

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

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

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

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

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