#495409

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

Shades of Verdun Green #495409

Tints of Verdun Green #495409

Color information

#495409 (or 0x495409) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 09. RGB value is (73,84,9). Sum of RGB (Red+Green+Blue) = 73+84+9=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #495409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495409 is #B6ABF6. Grayscale: #484848. Windows color (decimal): -11971575 or 611401. OLE color: 611401.

HSL color Cylindrical-coordinate representation of color #495409: hue angle of 68.8º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495409 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB73849-
CMYK0.1300.890.67
HSL68.8º80.65%18.24%-
HSV(B)68.8º89.29%32.94%-
XYZ5.977.781.45-
YUV72.1692.36128.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=43.98%
G=50.60%
B=5.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738490.1300.890.6768.880.6518.24
Hex49549D05943455112
Octal1111241115013110310512122
Binary10010011010100100111010101100110000111000101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495409; }

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

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

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

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

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

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

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

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