#497E18

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

Shades of Bilbao #497E18

Tints of Bilbao #497E18

Color information

#497E18 (or 0x497E18) is unknown color: approx Bilbao. HEX triplet: 49, 7E and 18. RGB value is (73,126,24). Sum of RGB (Red+Green+Blue) = 73+126+24=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #497E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497E18 is #B681E7. Grayscale: #626262. Windows color (decimal): -11960808 or 1605193. OLE color: 1605193.

HSL color Cylindrical-coordinate representation of color #497E18: hue angle of 91.18º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #497E18 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB7312624-
CMYK0.4200.810.51
HSL91.18º68%29.41%-
HSV(B)91.18º80.95%49.41%-
XYZ10.3716.43.48-
YUV98.5285.94109.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 126 (49.61% from 255) = 56.50%
BLUE value IS 24 (9.77% from 255) = 10.76%
R=32.74%
G=56.50%
B=10.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73126240.4200.810.5191.186829.41
Hex497E182A051335b441d
Octal111176305201216313310435
Binary1001001111111011000101010010100011100111011011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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