#495C19

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

Shades of Verdun Green #495C19

Tints of Verdun Green #495C19

Color information

#495C19 (or 0x495C19) is unknown color: approx Verdun Green. HEX triplet: 49, 5C and 19. RGB value is (73,92,25). Sum of RGB (Red+Green+Blue) = 73+92+25=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 92 - color contains mainly: green. Hex color #495C19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C19 is #B6A3E6. Grayscale: #4E4E4E. Windows color (decimal): -11969511 or 1662025. OLE color: 1662025.

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

Color convert

RGB739225-
CMYK0.2100.730.64
HSL77.01º57.26%22.94%-
HSV(B)77.01º72.83%36.08%-
XYZ6.759.142.33-
YUV78.6897.71123.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 92 (36.33% from 255) = 48.42%
BLUE value IS 25 (10.16% from 255) = 13.16%
R=38.42%
G=48.42%
B=13.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7392250.2100.730.6477.0157.2622.94
Hex495C1915049404d3917
Octal111134312501111001157127
Binary100100110111001100110101010010011000000100110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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