#497828

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

Shades of Bilbao #497828

Tints of Bilbao #497828

Color information

#497828 (or 0x497828) is unknown color: approx Bilbao. HEX triplet: 49, 78 and 28. RGB value is (73,120,40). Sum of RGB (Red+Green+Blue) = 73+120+40=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #497828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497828 is #B687D7. Grayscale: #616161. Windows color (decimal): -11962328 or 2652233. OLE color: 2652233.

HSL color Cylindrical-coordinate representation of color #497828: hue angle of 95.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497828 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB7312040-
CMYK0.3900.670.53
HSL95.25º50%31.37%-
HSV(B)95.25º66.67%47.06%-
XYZ9.85154.38-
YUV96.8395.93111-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=31.33%
G=51.50%
B=17.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73120400.3900.670.5395.255031.37
Hex49782827043355f321f
Octal11117050470103651376237
Binary1001001111100010100010011101000011110101101111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497828; }

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

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

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

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

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

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

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

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