#49561E

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

Shades of Verdun Green #49561E

Tints of Verdun Green #49561E

Color information

#49561E (or 0x49561E) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 1E. RGB value is (73,86,30). Sum of RGB (Red+Green+Blue) = 73+86+30=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #49561E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561E is #B6A9E1. Grayscale: #4B4B4B. Windows color (decimal): -11971042 or 1988169. OLE color: 1988169.

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

Color convert

RGB738630-
CMYK0.1500.650.66
HSL73.93º48.28%22.75%-
HSV(B)73.93º65.12%33.73%-
XYZ6.318.172.47-
YUV75.73102.19126.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.62%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=38.62%
G=45.50%
B=15.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386300.1500.650.6673.9348.2822.75
Hex49561EF041424a3017
Octal111126361701011021126027
Binary10010011010110111101111010000011000010100101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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