#496008

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

Shades of Verdun Green #496008

Tints of Verdun Green #496008

Color information

#496008 (or 0x496008) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 08. RGB value is (73,96,8). Sum of RGB (Red+Green+Blue) = 73+96+8=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #496008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496008 is #B69FF7. Grayscale: #4F4F4F. Windows color (decimal): -11968504 or 548937. OLE color: 548937.

HSL color Cylindrical-coordinate representation of color #496008: hue angle of 75.68º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #496008 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB73968-
CMYK0.2400.920.62
HSL75.68º84.62%20.39%-
HSV(B)75.68º91.67%37.65%-
XYZ6.979.81.75-
YUV79.0987.88123.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=41.24%
G=54.24%
B=4.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739680.2400.920.6275.6884.6220.39
Hex496081805C3E4c5514
Octal111140103001347611412524
Binary10010011100000100011000010111001111101001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496008; }

 p { color: rgb(73,96,8); }

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

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

 a { background-color: rgb(73,96,8); }

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

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

 span { border-color: rgb(73,96,8); }

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