#494706

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

Shades of Verdun Green #494706

Tints of Verdun Green #494706

Color information

#494706 (or 0x494706) is unknown color: approx Verdun Green. HEX triplet: 49, 47 and 06. RGB value is (73,71,6). Sum of RGB (Red+Green+Blue) = 73+71+6=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 6 (2.73% from 255 or 4% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #494706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494706 is #B6B8F9. Grayscale: #404040. Windows color (decimal): -11974906 or 411465. OLE color: 411465.

HSL color Cylindrical-coordinate representation of color #494706: hue angle of 58.21º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #494706 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB73716-
CMYK00.030.920.71
HSL58.21º84.81%15.49%-
HSV(B)58.21º91.78%28.63%-
XYZ5.035.941.05-
YUV64.1995.16134.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 6 (2.73% from 255) = 4%
R=48.67%
G=47.33%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371600.030.920.7158.2184.8115.49
Hex49476035C473a55f
Octal1111076031341077212517
Binary100100110001111100111011100100011111101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494706; }

 p { color: rgb(73,71,6); }

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

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

 a { background-color: rgb(73,71,6); }

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

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

 span { border-color: rgb(73,71,6); }

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