#49490A

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

Shades of Verdun Green #49490A

Tints of Verdun Green #49490A

Color information

#49490A (or 0x49490A) is unknown color: approx Verdun Green. HEX triplet: 49, 49 and 0A. RGB value is (73,73,10). Sum of RGB (Red+Green+Blue) = 73+73+10=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 73 - color contains mainly: red, green. Hex color #49490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49490A is #B6B6F5. Grayscale: #424242. Windows color (decimal): -11974390 or 674121. OLE color: 674121.

HSL color Cylindrical-coordinate representation of color #49490A: hue angle of 60º 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 #49490A is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB737310-
CMYK000.860.71
HSL60º75.9%16.27%-
HSV(B)60º86.3%28.63%-
XYZ5.186.21.21-
YUV65.8296.5133.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=46.79%
G=46.79%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal737310000.860.716075.916.27
Hex4949A0056473c4c10
Octal11111112001261077411420
Binary1001001100100110100010101101000111111100100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49490A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49490A; }

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

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

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

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

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

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

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

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