#495608

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

Shades of Verdun Green #495608

Tints of Verdun Green #495608

Color information

#495608 (or 0x495608) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 08. RGB value is (73,86,8). Sum of RGB (Red+Green+Blue) = 73+86+8=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 86 (33.98% from 255 or 51.50% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 86 - color contains mainly: green. Hex color #495608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495608 is #B6A9F7. Grayscale: #494949. Windows color (decimal): -11971064 or 546377. OLE color: 546377.

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

Color convert

RGB73868-
CMYK0.1500.910.66
HSL70º82.98%18.43%-
HSV(B)70º90.7%33.73%-
XYZ6.128.091.47-
YUV73.2291.19127.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 86 (33.98% from 255) = 51.50%
BLUE value IS 8 (3.52% from 255) = 4.79%
R=43.71%
G=51.50%
B=4.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738680.1500.910.667082.9818.43
Hex49568F05B42465312
Octal1111261017013310210612322
Binary10010011010110100011110101101110000101000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495608; }

 p { color: rgb(73,86,8); }

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

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

 a { background-color: rgb(73,86,8); }

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

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

 span { border-color: rgb(73,86,8); }

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