#498017

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

Shades of Bilbao #498017

Tints of Bilbao #498017

Color information

#498017 (or 0x498017) is unknown color: approx Bilbao. HEX triplet: 49, 80 and 17. RGB value is (73,128,23). Sum of RGB (Red+Green+Blue) = 73+128+23=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #498017 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498017 is #B67FE8. Grayscale: #636363. Windows color (decimal): -11960297 or 1540169. OLE color: 1540169.

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

Color convert

RGB7312823-
CMYK0.4300.820.50
HSL91.43º69.54%29.61%-
HSV(B)91.43º82.03%50.2%-
XYZ10.6216.923.52-
YUV99.5884.78109.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 23 (9.38% from 255) = 10.27%
R=32.59%
G=57.14%
B=10.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73128230.4300.820.5091.4369.5429.61
Hex4980172B052325b461e
Octal111200275301226213310636
Binary10010011000000010111101011010100101100101011011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498017; }

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

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

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

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

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

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

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

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