#496110

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

Shades of Verdun Green #496110

Tints of Verdun Green #496110

Color information

#496110 (or 0x496110) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 10. RGB value is (73,97,16). Sum of RGB (Red+Green+Blue) = 73+97+16=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #496110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496110 is #B69EEF. Grayscale: #505050. Windows color (decimal): -11968240 or 1073481. OLE color: 1073481.

HSL color Cylindrical-coordinate representation of color #496110: hue angle of 77.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #496110 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB739716-
CMYK0.2500.840.62
HSL77.78º71.68%22.16%-
HSV(B)77.78º83.51%38.04%-
XYZ7.12102.05-
YUV80.5991.55122.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 97 (38.28% from 255) = 52.15%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=39.25%
G=52.15%
B=8.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397160.2500.840.6277.7871.6822.16
Hex496110190543E4e4816
Octal111141203101247611611026
Binary100100111000011000011001010101001111101001110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496110; }

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

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

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

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

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

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

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

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