#495709

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

Shades of Verdun Green #495709

Tints of Verdun Green #495709

Color information

#495709 (or 0x495709) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 09. RGB value is (73,87,9). Sum of RGB (Red+Green+Blue) = 73+87+9=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 87 (34.38% from 255 or 51.48% from 169); Blue value is 9 (3.91% from 255 or 5.33% from 169); Max value from RGB is 87 - color contains mainly: green. Hex color #495709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495709 is #B6A8F6. Grayscale: #4A4A4A. Windows color (decimal): -11970807 or 612169. OLE color: 612169.

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

Color convert

RGB73879-
CMYK0.1600.900.66
HSL70.77º81.25%18.82%-
HSV(B)70.77º89.66%34.12%-
XYZ6.218.251.52-
YUV73.9291.36127.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.20%
GREEN value IS 87 (34.38% from 255) = 51.48%
BLUE value IS 9 (3.91% from 255) = 5.33%
R=43.20%
G=51.48%
B=5.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738790.1600.900.6670.7781.2518.82
Hex495791005A42475113
Octal1111271120013210210712123
Binary100100110101111001100000101101010000101000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495709; }

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

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

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

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

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

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

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

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