#49581E

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

Shades of Verdun Green #49581E

Tints of Verdun Green #49581E

Color information

#49581E (or 0x49581E) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 1E. RGB value is (73,88,30). Sum of RGB (Red+Green+Blue) = 73+88+30=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #49581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581E is #B6A7E1. Grayscale: #4D4D4D. Windows color (decimal): -11970530 or 1988681. OLE color: 1988681.

HSL color Cylindrical-coordinate representation of color #49581E: hue angle of 75.52º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49581E is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB738830-
CMYK0.1700.660.65
HSL75.52º49.15%23.14%-
HSV(B)75.52º65.91%34.51%-
XYZ6.478.492.53-
YUV76.9101.53125.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=38.22%
G=46.07%
B=15.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388300.1700.660.6575.5249.1523.14
Hex49581E11042414c3117
Octal111130362101021011146127
Binary100100110110001111010001010000101000001100110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49581E; }

 p { color: rgb(73,88,30); }

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

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

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

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

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

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

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