#49791D

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

Shades of Bilbao #49791D

Tints of Bilbao #49791D

Color information

#49791D (or 0x49791D) is unknown color: approx Bilbao. HEX triplet: 49, 79 and 1D. RGB value is (73,121,29). Sum of RGB (Red+Green+Blue) = 73+121+29=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #49791D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49791D is #B686E2. Grayscale: #606060. Windows color (decimal): -11962083 or 1931593. OLE color: 1931593.

HSL color Cylindrical-coordinate representation of color #49791D: hue angle of 91.3º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49791D is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB7312129-
CMYK0.4000.760.53
HSL91.3º61.33%29.41%-
HSV(B)91.3º76.03%47.45%-
XYZ9.8115.183.58-
YUV96.1690.1111.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 121 (47.66% from 255) = 54.26%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=32.74%
G=54.26%
B=13.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121290.4000.760.5391.361.3329.41
Hex49791D2804C355b3d1d
Octal11117135500114651337535
Binary100100111110011110110100001001100110101101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49791D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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