#495215

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

Shades of Verdun Green #495215

Tints of Verdun Green #495215

Color information

#495215 (or 0x495215) is unknown color: approx Verdun Green. HEX triplet: 49, 52 and 15. RGB value is (73,82,21). Sum of RGB (Red+Green+Blue) = 73+82+21=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #495215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495215 is #B6ADEA. Grayscale: #484848. Windows color (decimal): -11972075 or 1397321. OLE color: 1397321.

HSL color Cylindrical-coordinate representation of color #495215: hue angle of 68.85º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #495215 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB738221-
CMYK0.1100.740.68
HSL68.85º59.22%20.2%-
HSV(B)68.85º74.39%32.16%-
XYZ5.97.511.85-
YUV72.3699.02128.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 21 (8.59% from 255) = 11.93%
R=41.48%
G=46.59%
B=11.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382210.1100.740.6868.8559.2220.2
Hex495215B04A44453b14
Octal111122251301121041057324
Binary10010011010010101011011010010101000100100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495215; }

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

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

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

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

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

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

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

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