#494A07

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

Shades of Verdun Green #494A07

Tints of Verdun Green #494A07

Color information

#494A07 (or 0x494A07) is unknown color: approx Verdun Green. HEX triplet: 49, 4A and 07. RGB value is (73,74,7). Sum of RGB (Red+Green+Blue) = 73+74+7=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 74 (29.30% from 255 or 48.05% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 74 - color contains mainly: green. Hex color #494A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494A07 is #B6B5F8. Grayscale: #424242. Windows color (decimal): -11974137 or 477769. OLE color: 477769.

HSL color Cylindrical-coordinate representation of color #494A07: hue angle of 60.9º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #494A07 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.

Color convert

RGB73747-
CMYK0.0100.910.71
HSL60.9º82.72%15.88%-
HSV(B)60.9º90.54%29.02%-
XYZ5.236.331.15-
YUV66.0694.67132.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 74 (29.30% from 255) = 48.05%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=47.40%
G=48.05%
B=4.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737470.0100.910.7160.982.7215.88
Hex494A7105B473d5310
Octal1111127101331077512320
Binary100100110010101111010110111000111111101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494A07; }

 p { color: rgb(73,74,7); }

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

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

 a { background-color: rgb(73,74,7); }

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

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

 span { border-color: rgb(73,74,7); }

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