#498111

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

Shades of Bilbao #498111

Tints of Bilbao #498111

Color information

#498111 (or 0x498111) is unknown color: approx Bilbao. HEX triplet: 49, 81 and 11. RGB value is (73,129,17). Sum of RGB (Red+Green+Blue) = 73+129+17=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #498111 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498111 is #B67EEE. Grayscale: #636363. Windows color (decimal): -11960047 or 1147209. OLE color: 1147209.

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

Color convert

RGB7312917-
CMYK0.4300.870.49
HSL90º76.71%28.63%-
HSV(B)90º86.82%50.59%-
XYZ10.717.163.28-
YUV99.4981.45109.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 58.90%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=33.33%
G=58.90%
B=7.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129170.4300.870.499076.7128.63
Hex4981112B057315a4d1d
Octal111201215301276113211535
Binary10010011000000110001101011010101111100011011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498111; }

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

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

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

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

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

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

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

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