#497B28

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

Shades of Bilbao #497B28

Tints of Bilbao #497B28

Color information

#497B28 (or 0x497B28) is unknown color: approx Bilbao. HEX triplet: 49, 7B and 28. RGB value is (73,123,40). Sum of RGB (Red+Green+Blue) = 73+123+40=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #497B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B28 is #B684D7. Grayscale: #626262. Windows color (decimal): -11961560 or 2653001. OLE color: 2653001.

HSL color Cylindrical-coordinate representation of color #497B28: hue angle of 96.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497B28 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB7312340-
CMYK0.4100.670.52
HSL96.14º50.92%31.96%-
HSV(B)96.14º67.48%48.24%-
XYZ10.2115.744.51-
YUV98.5994.94109.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 123 (48.44% from 255) = 52.12%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=30.93%
G=52.12%
B=16.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73123400.4100.670.5296.1450.9231.96
Hex497B282904334603320
Octal11117350510103641406340
Binary10010011111011101000101001010000111101001100000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497B28; }

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

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

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

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

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

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

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

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