#495706

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

Shades of Verdun Green #495706

Tints of Verdun Green #495706

Color information

#495706 (or 0x495706) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 06. RGB value is (73,87,6). Sum of RGB (Red+Green+Blue) = 73+87+6=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 87 (34.38% from 255 or 52.41% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 87 - color contains mainly: green. Hex color #495706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495706 is #B6A8F9. Grayscale: #494949. Windows color (decimal): -11970810 or 415561. OLE color: 415561.

HSL color Cylindrical-coordinate representation of color #495706: hue angle of 70.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #495706 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB73876-
CMYK0.1600.930.66
HSL70.37º87.1%18.24%-
HSV(B)70.37º93.1%34.12%-
XYZ6.198.251.44-
YUV73.5889.86127.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 87 (34.38% from 255) = 52.41%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=43.98%
G=52.41%
B=3.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738760.1600.930.6670.3787.118.24
Hex495761005D42465712
Octal111127620013510210612722
Binary10010011010111110100000101110110000101000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495706; }

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

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

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

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

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

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

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

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