#49551E

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

Shades of Verdun Green #49551E

Tints of Verdun Green #49551E

Color information

#49551E (or 0x49551E) is unknown color: approx Verdun Green. HEX triplet: 49, 55 and 1E. RGB value is (73,85,30). Sum of RGB (Red+Green+Blue) = 73+85+30=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #49551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49551E is #B6AAE1. Grayscale: #4B4B4B. Windows color (decimal): -11971298 or 1987913. OLE color: 1987913.

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

Color convert

RGB738530-
CMYK0.1400.650.67
HSL73.09º47.83%22.55%-
HSV(B)73.09º64.71%33.33%-
XYZ6.238.012.45-
YUV75.14102.52126.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=38.83%
G=45.21%
B=15.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385300.1400.650.6773.0947.8322.55
Hex49551EE04143493017
Octal111125361601011031116027
Binary10010011010101111101110010000011000011100100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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