#497830

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

Shades of Bilbao #497830

Tints of Bilbao #497830

Color information

#497830 (or 0x497830) is unknown color: approx Bilbao. HEX triplet: 49, 78 and 30. RGB value is (73,120,48). Sum of RGB (Red+Green+Blue) = 73+120+48=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #497830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497830 is #B687CF. Grayscale: #616161. Windows color (decimal): -11962320 or 3176521. OLE color: 3176521.

HSL color Cylindrical-coordinate representation of color #497830: hue angle of 99.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #497830 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB7312048-
CMYK0.3900.600.53
HSL99.17º42.86%32.94%-
HSV(B)99.17º60%47.06%-
XYZ1015.065.18-
YUV97.7499.93110.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=30.29%
G=49.79%
B=19.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120480.3900.600.5399.1742.8632.94
Hex4978302703C35632b21
Octal1111706047074651435341
Binary1001001111100011000010011101111001101011100011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497830; }

 p { color: rgb(73,120,48); }

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

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

 a { background-color: rgb(73,120,48); }

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

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

 span { border-color: rgb(73,120,48); }

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