#498216

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

Shades of Bilbao #498216

Tints of Bilbao #498216

Color information

#498216 (or 0x498216) is unknown color: approx Bilbao. HEX triplet: 49, 82 and 16. RGB value is (73,130,22). Sum of RGB (Red+Green+Blue) = 73+130+22=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #498216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498216 is #B67DE9. Grayscale: #656565. Windows color (decimal): -11959786 or 1475145. OLE color: 1475145.

HSL color Cylindrical-coordinate representation of color #498216: hue angle of 91.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #498216 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB7313022-
CMYK0.4400.830.49
HSL91.67º71.05%29.8%-
HSV(B)91.67º83.08%50.98%-
XYZ10.8817.443.55-
YUV100.6483.62108.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=32.44%
G=57.78%
B=9.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73130220.4400.830.4991.6771.0529.8
Hex4982162C053315c471e
Octal111202265401236113410736
Binary10010011000001010110101100010100111100011011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498216; }

 p { color: rgb(73,130,22); }

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

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

 a { background-color: rgb(73,130,22); }

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

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

 span { border-color: rgb(73,130,22); }

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