#497f07

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

Shades of Bilbao #497F07

Tints of Bilbao #497F07

Color information

#497F07 (or 0x497F07) is unknown color: approx Bilbao. HEX triplet: 49, 7F and 07. RGB value is (73,127,7). Sum of RGB (Red+Green+Blue) = 73+127+7=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 7 (3.12% from 255 or 3.38% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #497F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497F07 is #B680F8. Grayscale: #616161. Windows color (decimal): -11960569 or 491337. OLE color: 491337.

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

Color convert

RGB731277-
CMYK0.4300.940.50
HSL87º89.55%26.27%-
HSV(B)87º94.49%49.8%-
XYZ10.3816.612.86-
YUV97.1777.11110.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 127 (50% from 255) = 61.35%
BLUE value IS 7 (3.12% from 255) = 3.38%
R=35.27%
G=61.35%
B=3.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7312770.4300.940.508789.5526.27
Hex497F72B05E32575a1a
Octal11117775301366212713232
Binary10010011111111111101011010111101100101010111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497f07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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