#497F20

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

Shades of Bilbao #497F20

Tints of Bilbao #497F20

Color information

#497F20 (or 0x497F20) is unknown color: approx Bilbao. HEX triplet: 49, 7F and 20. RGB value is (73,127,32). Sum of RGB (Red+Green+Blue) = 73+127+32=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #497F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F20 is #B680DF. Grayscale: #646464. Windows color (decimal): -11960544 or 2129737. OLE color: 2129737.

HSL color Cylindrical-coordinate representation of color #497F20: hue angle of 94.11º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #497F20 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB7312732-
CMYK0.4300.750.50
HSL94.11º59.75%31.18%-
HSV(B)94.11º74.8%49.8%-
XYZ10.616.74.03-
YUV100.0289.61108.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 127 (50% from 255) = 54.74%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=31.47%
G=54.74%
B=13.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73127320.4300.750.5094.1159.7531.18
Hex497F202B04B325e3c1f
Octal11117740530113621367437
Binary1001001111111110000010101101001011110010101111011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,127,32); }

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

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

 a { background-color: rgb(73,127,32); }

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

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

 span { border-color: rgb(73,127,32); }

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