#49581A

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

Shades of Verdun Green #49581A

Tints of Verdun Green #49581A

Color information

#49581A (or 0x49581A) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 1A. RGB value is (73,88,26). Sum of RGB (Red+Green+Blue) = 73+88+26=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #49581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49581A is #B6A7E5. Grayscale: #4C4C4C. Windows color (decimal): -11970534 or 1726537. OLE color: 1726537.

HSL color Cylindrical-coordinate representation of color #49581A: hue angle of 74.52º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49581A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB738826-
CMYK0.1700.700.65
HSL74.52º54.39%22.35%-
HSV(B)74.52º70.45%34.51%-
XYZ6.428.472.27-
YUV76.4599.53125.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.04%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=39.04%
G=47.06%
B=13.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388260.1700.700.6574.5254.3922.35
Hex49581A11046414b3616
Octal111130322101061011136626
Binary100100110110001101010001010001101000001100101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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