#495318

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

Shades of Verdun Green #495318

Tints of Verdun Green #495318

Color information

#495318 (or 0x495318) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 18. RGB value is (73,83,24). Sum of RGB (Red+Green+Blue) = 73+83+24=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 24 (9.77% from 255 or 13.33% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #495318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495318 is #B6ACE7. Grayscale: #494949. Windows color (decimal): -11971816 or 1594185. OLE color: 1594185.

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

Color convert

RGB738324-
CMYK0.1200.710.67
HSL70.17º55.14%20.98%-
HSV(B)70.17º71.08%32.55%-
XYZ6.017.672.03-
YUV73.28100.19127.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 24 (9.77% from 255) = 13.33%
R=40.56%
G=46.11%
B=13.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383240.1200.710.6770.1755.1420.98
Hex495318C04743463715
Octal111123301401071031066725
Binary10010011010011110001100010001111000011100011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495318; }

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

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

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

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

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

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

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

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