#497E19

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

Shades of Bilbao #497E19

Tints of Bilbao #497E19

Color information

#497E19 (or 0x497E19) is unknown color: approx Bilbao. HEX triplet: 49, 7E and 19. RGB value is (73,126,25). Sum of RGB (Red+Green+Blue) = 73+126+25=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 126 (49.61% from 255 or 56.25% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 126 - color contains mainly: green. Hex color #497E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497E19 is #B681E6. Grayscale: #626262. Windows color (decimal): -11960807 or 1670729. OLE color: 1670729.

HSL color Cylindrical-coordinate representation of color #497E19: hue angle of 91.49º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #497E19 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB7312625-
CMYK0.4200.800.51
HSL91.49º66.89%29.61%-
HSV(B)91.49º80.16%49.41%-
XYZ10.3816.413.54-
YUV98.6486.44109.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 126 (49.61% from 255) = 56.25%
BLUE value IS 25 (10.16% from 255) = 11.16%
R=32.59%
G=56.25%
B=11.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73126250.4200.800.5191.4966.8929.61
Hex497E192A050335b431e
Octal111176315201206313310336
Binary1001001111111011001101010010100001100111011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,126,25); }

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

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

 a { background-color: rgb(73,126,25); }

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

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

 span { border-color: rgb(73,126,25); }

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