#495315

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

Shades of Verdun Green #495315

Tints of Verdun Green #495315

Color information

#495315 (or 0x495315) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 15. RGB value is (73,83,21). Sum of RGB (Red+Green+Blue) = 73+83+21=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #495315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495315 is #B6ACEA. Grayscale: #494949. Windows color (decimal): -11971819 or 1397577. OLE color: 1397577.

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

Color convert

RGB738321-
CMYK0.1200.750.67
HSL69.68º59.62%20.39%-
HSV(B)69.68º74.7%32.55%-
XYZ5.987.661.87-
YUV72.9498.69128.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=41.24%
G=46.89%
B=11.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383210.1200.750.6769.6859.6220.39
Hex495315C04B43463c14
Octal111123251401131031067424
Binary10010011010011101011100010010111000011100011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495315; }

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

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

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

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

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

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

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

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