#495707

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

Shades of Verdun Green #495707

Tints of Verdun Green #495707

Color information

#495707 (or 0x495707) is unknown color: approx Verdun Green. HEX triplet: 49, 57 and 07. RGB value is (73,87,7). Sum of RGB (Red+Green+Blue) = 73+87+7=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 87 (34.38% from 255 or 52.10% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 87 - color contains mainly: green. Hex color #495707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495707 is #B6A8F8. Grayscale: #494949. Windows color (decimal): -11970809 or 481097. OLE color: 481097.

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

Color convert

RGB73877-
CMYK0.1600.920.66
HSL70.5º85.11%18.43%-
HSV(B)70.5º91.95%34.12%-
XYZ6.198.251.47-
YUV73.6990.36127.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 87 (34.38% from 255) = 52.10%
BLUE value IS 7 (3.12% from 255) = 4.19%
R=43.71%
G=52.10%
B=4.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738770.1600.920.6670.585.1118.43
Hex495771005C42465512
Octal111127720013410210612522
Binary10010011010111111100000101110010000101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495707; }

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

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

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

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

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

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

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

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