#49631A

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

Shades of Verdun Green #49631A

Tints of Verdun Green #49631A

Color information

#49631A (or 0x49631A) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 1A. RGB value is (73,99,26). Sum of RGB (Red+Green+Blue) = 73+99+26=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #49631A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49631A is #B69CE5. Grayscale: #535353. Windows color (decimal): -11967718 or 1729353. OLE color: 1729353.

HSL color Cylindrical-coordinate representation of color #49631A: hue angle of 81.37º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49631A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB739926-
CMYK0.2600.740.61
HSL81.37º58.4%24.51%-
HSV(B)81.37º73.74%38.82%-
XYZ7.410.412.6-
YUV82.995.89120.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.87%
GREEN value IS 99 (39.06% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 13.13%
R=36.87%
G=50%
B=13.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399260.2600.740.6181.3758.424.51
Hex49631A1A04A3D513a19
Octal11114332320112751217231
Binary10010011100011110101101001001010111101101000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,99,26); }

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

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

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

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

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

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

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