#498108

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

Shades of Bilbao #498108

Tints of Bilbao #498108

Color information

#498108 (or 0x498108) is unknown color: approx Bilbao. HEX triplet: 49, 81 and 08. RGB value is (73,129,8). Sum of RGB (Red+Green+Blue) = 73+129+8=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #498108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498108 is #B67EF7. Grayscale: #626262. Windows color (decimal): -11960056 or 557385. OLE color: 557385.

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

Color convert

RGB731298-
CMYK0.4300.940.49
HSL87.77º88.32%26.86%-
HSV(B)87.77º93.8%50.59%-
XYZ10.6417.132.98-
YUV98.4676.95109.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.76%
GREEN value IS 129 (50.78% from 255) = 61.43%
BLUE value IS 8 (3.52% from 255) = 3.81%
R=34.76%
G=61.43%
B=3.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7312980.4300.940.4987.7788.3226.86
Hex498182B05E3158581b
Octal111201105301366113013033
Binary1001001100000011000101011010111101100011011000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498108; }

 p { color: rgb(73,129,8); }

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

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

 a { background-color: rgb(73,129,8); }

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

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

 span { border-color: rgb(73,129,8); }

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