#495809

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

Shades of Verdun Green #495809

Tints of Verdun Green #495809

Color information

#495809 (or 0x495809) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 09. RGB value is (73,88,9). Sum of RGB (Red+Green+Blue) = 73+88+9=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #495809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495809 is #B6A7F6. Grayscale: #4A4A4A. Windows color (decimal): -11970551 or 612425. OLE color: 612425.

HSL color Cylindrical-coordinate representation of color #495809: hue angle of 71.39º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #495809 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB73889-
CMYK0.1700.900.65
HSL71.39º81.44%19.02%-
HSV(B)71.39º89.77%34.51%-
XYZ6.298.421.55-
YUV74.5191.03126.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 9 (3.91% from 255) = 5.29%
R=42.94%
G=51.76%
B=5.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal738890.1700.900.6571.3981.4419.02
Hex495891105A41475113
Octal1111301121013210110712123
Binary100100110110001001100010101101010000011000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495809; }

 p { color: rgb(73,88,9); }

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

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

 a { background-color: rgb(73,88,9); }

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

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

 span { border-color: rgb(73,88,9); }

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