#49581B

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

Shades of Verdun Green #49581B

Tints of Verdun Green #49581B

Color information

#49581B (or 0x49581B) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 1B. RGB value is (73,88,27). Sum of RGB (Red+Green+Blue) = 73+88+27=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #49581B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581B is #B6A7E4. Grayscale: #4C4C4C. Windows color (decimal): -11970533 or 1792073. OLE color: 1792073.

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

Color convert

RGB738827-
CMYK0.1700.690.65
HSL74.75º53.04%22.55%-
HSV(B)74.75º69.32%34.51%-
XYZ6.448.482.33-
YUV76.56100.03125.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.83%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=38.83%
G=46.81%
B=14.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388270.1700.690.6574.7553.0422.55
Hex49581B11045414b3517
Octal111130332101051011136527
Binary100100110110001101110001010001011000001100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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