#498115

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

Shades of Bilbao #498115

Tints of Bilbao #498115

Color information

#498115 (or 0x498115) is unknown color: approx Bilbao. HEX triplet: 49, 81 and 15. RGB value is (73,129,21). Sum of RGB (Red+Green+Blue) = 73+129+21=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #498115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498115 is #B67EEA. Grayscale: #646464. Windows color (decimal): -11960043 or 1409353. OLE color: 1409353.

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

Color convert

RGB7312921-
CMYK0.4300.840.49
HSL91.11º72%29.41%-
HSV(B)91.11º83.72%50.59%-
XYZ10.7317.173.46-
YUV99.9483.45108.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=32.74%
G=57.85%
B=9.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73129210.4300.840.4991.117229.41
Hex4981152B054315b481d
Octal111201255301246113311035
Binary10010011000000110101101011010101001100011011011100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498115; }

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

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

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

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

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

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

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

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