#497A2C

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

Shades of Bilbao #497A2C

Tints of Bilbao #497A2C

Color information

#497A2C (or 0x497A2C) is unknown color: approx Bilbao. HEX triplet: 49, 7A and 2C. RGB value is (73,122,44). Sum of RGB (Red+Green+Blue) = 73+122+44=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #497A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A2C is #B685D3. Grayscale: #626262. Windows color (decimal): -11961812 or 2914889. OLE color: 2914889.

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

Color convert

RGB7312244-
CMYK0.4000.640.52
HSL97.69º46.99%32.55%-
HSV(B)97.69º63.93%47.84%-
XYZ10.1615.524.84-
YUV98.4697.27109.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=30.54%
G=51.05%
B=18.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122440.4000.640.5297.6946.9932.55
Hex497A2C2804034622f21
Octal11117254500100641425741
Binary10010011111010101100101000010000001101001100010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A2C; }

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

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

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

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

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

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

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

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