#49631B

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

Shades of Verdun Green #49631B

Tints of Verdun Green #49631B

Color information

#49631B (or 0x49631B) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 1B. RGB value is (73,99,27). Sum of RGB (Red+Green+Blue) = 73+99+27=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #49631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49631B is #B69CE4. Grayscale: #535353. Windows color (decimal): -11967717 or 1794889. OLE color: 1794889.

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

Color convert

RGB739927-
CMYK0.2600.730.61
HSL81.67º57.14%24.71%-
HSV(B)81.67º72.73%38.82%-
XYZ7.4110.422.66-
YUV83.0296.39120.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.68%
GREEN value IS 99 (39.06% from 255) = 49.75%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=36.68%
G=49.75%
B=13.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399270.2600.730.6181.6757.1424.71
Hex49631B1A0493D523919
Octal11114333320111751227131
Binary10010011100011110111101001001001111101101001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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