#49521B

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

Shades of Verdun Green #49521B

Tints of Verdun Green #49521B

Color information

#49521B (or 0x49521B) is unknown color: approx Verdun Green. HEX triplet: 49, 52 and 1B. RGB value is (73,82,27). Sum of RGB (Red+Green+Blue) = 73+82+27=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #49521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521B is #B6ADE4. Grayscale: #494949. Windows color (decimal): -11972069 or 1790537. OLE color: 1790537.

HSL color Cylindrical-coordinate representation of color #49521B: hue angle of 69.82º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49521B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB738227-
CMYK0.1100.670.68
HSL69.82º50.46%21.37%-
HSV(B)69.82º67.07%32.16%-
XYZ5.967.532.18-
YUV73.04102.02127.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 82 (32.42% from 255) = 45.05%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=40.11%
G=45.05%
B=14.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382270.1100.670.6869.8250.4621.37
Hex49521BB04344463215
Octal111122331301031041066225
Binary10010011010010110111011010000111000100100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49521B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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