#49772C

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

Shades of Bilbao #49772C

Tints of Bilbao #49772C

Color information

#49772C (or 0x49772C) is unknown color: approx Bilbao. HEX triplet: 49, 77 and 2C. RGB value is (73,119,44). Sum of RGB (Red+Green+Blue) = 73+119+44=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #49772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772C is #B688D3. Grayscale: #606060. Windows color (decimal): -11962580 or 2914121. OLE color: 2914121.

HSL color Cylindrical-coordinate representation of color #49772C: hue angle of 96.8º 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 #49772C is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB7311944-
CMYK0.3900.630.53
HSL96.8º46.01%31.96%-
HSV(B)96.8º63.03%46.67%-
XYZ9.814.794.72-
YUV96.798.26111.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 44 (17.58% from 255) = 18.64%
R=30.93%
G=50.42%
B=18.64%

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
Decimal73119440.3900.630.5396.846.0131.96
Hex49772C2703F35612e20
Octal1111675447077651415640
Binary1001001111011110110010011101111111101011100001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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