#495100

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

Shades of Verdun Green #495100

Tints of Verdun Green #495100

Color information

#495100 (or 0x495100) is unknown color: approx Verdun Green. HEX triplet: 49, 51 and 00. RGB value is (73,81,0). Sum of RGB (Red+Green+Blue) = 73+81+0=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #495100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495100 is #B6AEFF. Grayscale: #454545. Windows color (decimal): -11972352 or 20809. OLE color: 20809.

HSL color Cylindrical-coordinate representation of color #495100: hue angle of 65.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #495100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB73810-
CMYK0.10010.68
HSL65.93º100%15.88%-
HSV(B)65.93º100%31.76%-
XYZ5.697.31.11-
YUV69.3788.85130.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 81 (32.03% from 255) = 52.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.40%
G=52.60%
B=0%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal738100.10010.6865.9310015.88
Hex49510A06444426410
Octal111121012014410410214420
Binary10010011010001010100110010010001001000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495100; }

 p { color: rgb(73,81,0); }

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

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

 a { background-color: rgb(73,81,0); }

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

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

 span { border-color: rgb(73,81,0); }

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