#497732

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

Shades of Bilbao #497732

Tints of Bilbao #497732

Color information

#497732 (or 0x497732) is unknown color: approx Bilbao. HEX triplet: 49, 77 and 32. RGB value is (73,119,50). Sum of RGB (Red+Green+Blue) = 73+119+50=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #497732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497732 is #B688CD. Grayscale: #616161. Windows color (decimal): -11962574 or 3307337. OLE color: 3307337.

HSL color Cylindrical-coordinate representation of color #497732: hue angle of 100º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497732 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB7311950-
CMYK0.3900.580.53
HSL100º40.83%33.14%-
HSV(B)100º57.98%46.67%-
XYZ9.9214.845.36-
YUV97.38101.26110.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 50 (19.92% from 255) = 20.66%
R=30.17%
G=49.17%
B=20.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119500.3900.580.5310040.8333.14
Hex4977322703A35642921
Octal1111676247072651445141
Binary1001001111011111001010011101110101101011100100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497732; }

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

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

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

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

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

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

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

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