#49501B

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

Shades of Verdun Green #49501B

Tints of Verdun Green #49501B

Color information

#49501B (or 0x49501B) is unknown color: approx Verdun Green. HEX triplet: 49, 50 and 1B. RGB value is (73,80,27). Sum of RGB (Red+Green+Blue) = 73+80+27=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #49501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49501B is #B6AFE4. Grayscale: #484848. Windows color (decimal): -11972581 or 1790025. OLE color: 1790025.

HSL color Cylindrical-coordinate representation of color #49501B: hue angle of 67.92º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49501B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB738027-
CMYK0.0900.660.69
HSL67.92º49.53%20.98%-
HSV(B)67.92º66.25%31.37%-
XYZ5.817.232.13-
YUV71.86102.68128.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.56%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 27 (10.94% from 255) = 15%
R=40.56%
G=44.44%
B=15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380270.0900.660.6967.9249.5320.98
Hex49501B904245443215
Octal111120331101021051046225
Binary10010011010000110111001010000101000101100010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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