#49531A

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

Shades of Verdun Green #49531A

Tints of Verdun Green #49531A

Color information

#49531A (or 0x49531A) is unknown color: approx Verdun Green. HEX triplet: 49, 53 and 1A. RGB value is (73,83,26). Sum of RGB (Red+Green+Blue) = 73+83+26=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #49531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49531A is #B6ACE5. Grayscale: #494949. Windows color (decimal): -11971814 or 1725257. OLE color: 1725257.

HSL color Cylindrical-coordinate representation of color #49531A: hue angle of 70.53º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49531A is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB738326-
CMYK0.1200.690.67
HSL70.53º52.29%21.37%-
HSV(B)70.53º68.67%32.55%-
XYZ6.037.682.14-
YUV73.51101.19127.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 83 (32.81% from 255) = 45.60%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=40.11%
G=45.60%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7383260.1200.690.6770.5352.2921.37
Hex49531AC04543473415
Octal111123321401051031076425
Binary10010011010011110101100010001011000011100011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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