#495402

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

Shades of Verdun Green #495402

Tints of Verdun Green #495402

Color information

#495402 (or 0x495402) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 02. RGB value is (73,84,2). Sum of RGB (Red+Green+Blue) = 73+84+2=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #495402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495402 is #B6ABFD. Grayscale: #474747. Windows color (decimal): -11971582 or 152649. OLE color: 152649.

HSL color Cylindrical-coordinate representation of color #495402: hue angle of 68.05º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495402 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB73842-
CMYK0.1300.980.67
HSL68.05º95.35%16.86%-
HSV(B)68.05º97.62%32.94%-
XYZ5.937.761.24-
YUV71.3688.86129.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 2 (1.17% from 255) = 1.26%
R=45.91%
G=52.83%
B=1.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738420.1300.980.6768.0595.3516.86
Hex49542D06243445f11
Octal111124215014210310413721
Binary100100110101001011010110001010000111000100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495402; }

 p { color: rgb(73,84,2); }

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

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

 a { background-color: rgb(73,84,2); }

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

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

 span { border-color: rgb(73,84,2); }

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