#498309

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

Shades of Bilbao #498309

Tints of Bilbao #498309

Color information

#498309 (or 0x498309) is unknown color: approx Bilbao. HEX triplet: 49, 83 and 09. RGB value is (73,131,9). Sum of RGB (Red+Green+Blue) = 73+131+9=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #498309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498309 is #B67CF6. Grayscale: #646464. Windows color (decimal): -11959543 or 623433. OLE color: 623433.

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

Color convert

RGB731319-
CMYK0.4400.930.49
HSL88.52º87.14%27.45%-
HSV(B)88.52º93.13%51.37%-
XYZ10.9117.673.09-
YUV99.7576.78108.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 131 (51.56% from 255) = 61.50%
BLUE value IS 9 (3.91% from 255) = 4.23%
R=34.27%
G=61.50%
B=4.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7313190.4400.930.4988.5287.1427.45
Hex498392C05D3159571b
Octal111203115401356113112733
Binary1001001100000111001101100010111011100011011001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498309; }

 p { color: rgb(73,131,9); }

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

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

 a { background-color: rgb(73,131,9); }

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

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

 span { border-color: rgb(73,131,9); }

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