#496113

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

Shades of Verdun Green #496113

Tints of Verdun Green #496113

Color information

#496113 (or 0x496113) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 13. RGB value is (73,97,19). Sum of RGB (Red+Green+Blue) = 73+97+19=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #496113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496113 is #B69EEC. Grayscale: #515151. Windows color (decimal): -11968237 or 1270089. OLE color: 1270089.

HSL color Cylindrical-coordinate representation of color #496113: hue angle of 78.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #496113 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB739719-
CMYK0.2500.800.62
HSL78.46º67.24%22.75%-
HSV(B)78.46º80.41%38.04%-
XYZ7.1410.012.17-
YUV80.9393.05122.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=38.62%
G=51.32%
B=10.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397190.2500.800.6278.4667.2422.75
Hex496113190503E4e4317
Octal111141233101207611610327
Binary100100111000011001111001010100001111101001110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496113; }

 p { color: rgb(73,97,19); }

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

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

 a { background-color: rgb(73,97,19); }

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

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

 span { border-color: rgb(73,97,19); }

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