#494A0A

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

Shades of Verdun Green #494A0A

Tints of Verdun Green #494A0A

Color information

#494A0A (or 0x494A0A) is unknown color: approx Verdun Green. HEX triplet: 49, 4A and 0A. RGB value is (73,74,10). Sum of RGB (Red+Green+Blue) = 73+74+10=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 74 (29.30% from 255 or 47.13% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 74 - color contains mainly: green. Hex color #494A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #494A0A is #B6B5F5. Grayscale: #424242. Windows color (decimal): -11974134 or 674377. OLE color: 674377.

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

Color convert

RGB737410-
CMYK0.0100.860.71
HSL60.94º76.19%16.47%-
HSV(B)60.94º86.49%29.02%-
XYZ5.256.341.23-
YUV66.496.17132.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 74 (29.30% from 255) = 47.13%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=46.50%
G=47.13%
B=6.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7374100.0100.860.7160.9476.1916.47
Hex494AA1056473d4c10
Octal11111212101261077511420
Binary1001001100101010101010101101000111111101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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