#49811D

Color #49811D Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #49811D

Tints of Bilbao #49811D

Color information

#49811D (or 0x49811D) is unknown color: approx Bilbao. HEX triplet: 49, 81 and 1D. RGB value is (73,129,29). Sum of RGB (Red+Green+Blue) = 73+129+29=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #49811D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49811D is #B67EE2. Grayscale: #656565. Windows color (decimal): -11960035 or 1933641. OLE color: 1933641.

HSL color Cylindrical-coordinate representation of color #49811D: hue angle of 93.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49811D is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB7312929-
CMYK0.4300.780.49
HSL93.6º63.29%30.98%-
HSV(B)93.6º77.52%50.59%-
XYZ10.8217.213.91-
YUV100.8687.45108.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 129 (50.78% from 255) = 55.84%
BLUE value IS 29 (11.72% from 255) = 12.55%
R=31.60%
G=55.84%
B=12.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129290.4300.780.4993.663.2930.98
Hex49811D2B04E315e3f1f
Octal11120135530116611367737
Binary1001001100000011110110101101001110110001101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49811D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49811D; }

 p { color: rgb(73,129,29); }

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

<style>
 a { background-color: #49811D; }

 a { background-color: rgb(73,129,29); }

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

<style>
 span { border-color: #49811D; }

 span { border-color: rgb(73,129,29); }

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