#49792B

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

Shades of Bilbao #49792B

Tints of Bilbao #49792B

Color information

#49792B (or 0x49792B) is unknown color: approx Bilbao. HEX triplet: 49, 79 and 2B. RGB value is (73,121,43). Sum of RGB (Red+Green+Blue) = 73+121+43=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #49792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49792B is #B686D4. Grayscale: #626262. Windows color (decimal): -11962069 or 2849097. OLE color: 2849097.

HSL color Cylindrical-coordinate representation of color #49792B: hue angle of 96.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49792B is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB7312143-
CMYK0.4000.640.53
HSL96.92º47.56%32.16%-
HSV(B)96.92º64.46%47.45%-
XYZ10.0215.274.7-
YUV97.7697.1110.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 121 (47.66% from 255) = 51.05%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=30.80%
G=51.05%
B=18.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121430.4000.640.5396.9247.5632.16
Hex49792B2804035613020
Octal11117153500100651416040
Binary10010011111001101011101000010000001101011100001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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