#497A2E

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

Shades of Bilbao #497A2E

Tints of Bilbao #497A2E

Color information

#497A2E (or 0x497A2E) is unknown color: approx Bilbao. HEX triplet: 49, 7A and 2E. RGB value is (73,122,46). Sum of RGB (Red+Green+Blue) = 73+122+46=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #497A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A2E is #B685D1. Grayscale: #626262. Windows color (decimal): -11961810 or 3045961. OLE color: 3045961.

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

Color convert

RGB7312246-
CMYK0.4000.620.52
HSL98.68º45.24%32.94%-
HSV(B)98.68º62.3%47.84%-
XYZ10.215.535.05-
YUV98.6898.27109.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=30.29%
G=50.62%
B=19.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122460.4000.620.5298.6845.2432.94
Hex497A2E2803E34632d21
Octal1111725650076641435541
Binary1001001111101010111010100001111101101001100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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