#49611A

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

Shades of Verdun Green #49611A

Tints of Verdun Green #49611A

Color information

#49611A (or 0x49611A) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 1A. RGB value is (73,97,26). Sum of RGB (Red+Green+Blue) = 73+97+26=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #49611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49611A is #B69EE5. Grayscale: #515151. Windows color (decimal): -11968230 or 1728841. OLE color: 1728841.

HSL color Cylindrical-coordinate representation of color #49611A: hue angle of 80.28º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49611A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB739726-
CMYK0.2500.730.62
HSL80.28º57.72%24.12%-
HSV(B)80.28º73.2%38.04%-
XYZ7.2110.042.54-
YUV81.7396.55121.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=37.24%
G=49.49%
B=13.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397260.2500.730.6280.2857.7224.12
Hex49611A190493E503a18
Octal11114132310111761207230
Binary10010011100001110101100101001001111110101000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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