#498026

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

Shades of Bilbao #498026

Tints of Bilbao #498026

Color information

#498026 (or 0x498026) is unknown color: approx Bilbao. HEX triplet: 49, 80 and 26. RGB value is (73,128,38). Sum of RGB (Red+Green+Blue) = 73+128+38=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #498026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498026 is #B67FD9. Grayscale: #656565. Windows color (decimal): -11960282 or 2523209. OLE color: 2523209.

HSL color Cylindrical-coordinate representation of color #498026: hue angle of 96.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498026 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB7312838-
CMYK0.4300.700.50
HSL96.67º54.22%32.55%-
HSV(B)96.67º70.31%50.2%-
XYZ10.8216.994.54-
YUV101.2992.28107.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 128 (50.39% from 255) = 53.56%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=30.54%
G=53.56%
B=15.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128380.4300.700.5096.6754.2232.55
Hex4980262B04632613621
Octal11120046530106621416641
Binary100100110000000100110101011010001101100101100001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498026; }

 p { color: rgb(73,128,38); }

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

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

 a { background-color: rgb(73,128,38); }

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

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

 span { border-color: rgb(73,128,38); }

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