#495415

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

Shades of Verdun Green #495415

Tints of Verdun Green #495415

Color information

#495415 (or 0x495415) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 15. RGB value is (73,84,21). Sum of RGB (Red+Green+Blue) = 73+84+21=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #495415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495415 is #B6ABEA. Grayscale: #494949. Windows color (decimal): -11971563 or 1397833. OLE color: 1397833.

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

Color convert

RGB738421-
CMYK0.1300.750.67
HSL70.48º60%20.59%-
HSV(B)70.48º75%32.94%-
XYZ6.057.811.9-
YUV73.5398.36127.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 21 (8.59% from 255) = 11.80%
R=41.01%
G=47.19%
B=11.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384210.1300.750.6770.486020.59
Hex495415D04B43463c15
Octal111124251501131031067425
Binary10010011010100101011101010010111000011100011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495415; }

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

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

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

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

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

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

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

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