#495506

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

Shades of Verdun Green #495506

Tints of Verdun Green #495506

Color information

#495506 (or 0x495506) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 06. RGB value is (73,85,6). Sum of RGB (Red+Green+Blue) = 73+85+6=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #495506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495506 is #B6AAF9. Grayscale: #484848. Windows color (decimal): -11971322 or 415049. OLE color: 415049.

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

Color convert

RGB73856-
CMYK0.1400.930.67
HSL69.11º86.81%17.84%-
HSV(B)69.11º92.94%33.33%-
XYZ6.037.931.38-
YUV72.4190.52128.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 85 (33.59% from 255) = 51.83%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=44.51%
G=51.83%
B=3.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738560.1400.930.6769.1186.8117.84
Hex49556E05D43455712
Octal111125616013510310512722
Binary1001001101010111011100101110110000111000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495506; }

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

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

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

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

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

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

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

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