#49772B

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

Shades of Bilbao #49772B

Tints of Bilbao #49772B

Color information

#49772B (or 0x49772B) is unknown color: approx Bilbao. HEX triplet: 49, 77 and 2B. RGB value is (73,119,43). Sum of RGB (Red+Green+Blue) = 73+119+43=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #49772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49772B is #B688D4. Grayscale: #606060. Windows color (decimal): -11962581 or 2848585. OLE color: 2848585.

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

Color convert

RGB7311943-
CMYK0.3900.640.53
HSL96.32º46.91%31.76%-
HSV(B)96.32º63.87%46.67%-
XYZ9.7814.784.62-
YUV96.5897.76111.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 43 (17.19% from 255) = 18.30%
R=31.06%
G=50.64%
B=18.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119430.3900.640.5396.3246.9131.76
Hex49772B2704035602f20
Octal11116753470100651405740
Binary10010011110111101011100111010000001101011100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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