#497F01

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

Shades of Bilbao #497F01

Tints of Bilbao #497F01

Color information

#497F01 (or 0x497F01) is unknown color: approx Bilbao. HEX triplet: 49, 7F and 01. RGB value is (73,127,1). Sum of RGB (Red+Green+Blue) = 73+127+1=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #497F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F01 is #B680FE. Grayscale: #606060. Windows color (decimal): -11960575 or 98121. OLE color: 98121.

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

Color convert

RGB731271-
CMYK0.4300.990.50
HSL85.71º98.44%25.1%-
HSV(B)85.71º99.21%49.8%-
XYZ10.3416.62.69-
YUV96.4974.11111.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 127 (50% from 255) = 63.18%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=36.32%
G=63.18%
B=0.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7312710.4300.990.5085.7198.4425.1
Hex497F12B06332566219
Octal11117715301436212614231
Binary100100111111111101011011000111100101010110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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