#495019

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

Shades of Verdun Green #495019

Tints of Verdun Green #495019

Color information

#495019 (or 0x495019) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 19. RGB value is (73,80,25). Sum of RGB (Red+Green+Blue) = 73+80+25=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #495019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495019 is #B6AFE6. Grayscale: #474747. Windows color (decimal): -11972583 or 1658953. OLE color: 1658953.

HSL color Cylindrical-coordinate representation of color #495019: hue angle of 67.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495019 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB738025-
CMYK0.0900.690.69
HSL67.64º52.38%20.59%-
HSV(B)67.64º68.75%31.37%-
XYZ5.797.222.01-
YUV71.64101.68128.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=41.01%
G=44.94%
B=14.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380250.0900.690.6967.6452.3820.59
Hex495019904545443415
Octal111120311101051051046425
Binary10010011010000110011001010001011000101100010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495019; }

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

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

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

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

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

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

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

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