#498207

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

Shades of Bilbao #498207

Tints of Bilbao #498207

Color information

#498207 (or 0x498207) is unknown color: approx Bilbao. HEX triplet: 49, 82 and 07. RGB value is (73,130,7). Sum of RGB (Red+Green+Blue) = 73+130+7=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #498207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498207 is #B67DF8. Grayscale: #636363. Windows color (decimal): -11959801 or 492105. OLE color: 492105.

HSL color Cylindrical-coordinate representation of color #498207: hue angle of 87.8º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #498207 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB731307-
CMYK0.4400.950.49
HSL87.8º89.78%26.86%-
HSV(B)87.8º94.62%50.98%-
XYZ10.7717.42.99-
YUV98.9476.12109.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 7 (3.12% from 255) = 3.33%
R=34.76%
G=61.90%
B=3.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7313070.4400.950.4987.889.7826.86
Hex498272C05F31585a1b
Octal11120275401376113013233
Binary100100110000010111101100010111111100011011000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498207; }

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

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

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

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

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

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

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

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