#49782C

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

Shades of Bilbao #49782C

Tints of Bilbao #49782C

Color information

#49782C (or 0x49782C) is unknown color: approx Bilbao. HEX triplet: 49, 78 and 2C. RGB value is (73,120,44). Sum of RGB (Red+Green+Blue) = 73+120+44=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #49782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49782C is #B687D3. Grayscale: #616161. Windows color (decimal): -11962324 or 2914377. OLE color: 2914377.

HSL color Cylindrical-coordinate representation of color #49782C: hue angle of 97.11º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49782C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB7312044-
CMYK0.3900.630.53
HSL97.11º46.34%32.16%-
HSV(B)97.11º63.33%47.06%-
XYZ9.9215.034.76-
YUV97.2897.93110.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=30.80%
G=50.63%
B=18.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120440.3900.630.5397.1146.3432.16
Hex49782C2703F35612e20
Octal1111705447077651415640
Binary1001001111100010110010011101111111101011100001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49782C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49782C; }

 p { color: rgb(73,120,44); }

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

<style>
 a { background-color: #49782C; }

 a { background-color: rgb(73,120,44); }

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

<style>
 span { border-color: #49782C; }

 span { border-color: rgb(73,120,44); }

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