#497E13

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

Shades of Bilbao #497E13

Tints of Bilbao #497E13

Color information

#497E13 (or 0x497E13) is unknown color: approx Bilbao. HEX triplet: 49, 7E and 13. RGB value is (73,126,19). Sum of RGB (Red+Green+Blue) = 73+126+19=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 126 (49.61% from 255 or 57.80% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 126 - color contains mainly: green. Hex color #497E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497E13 is #B681EC. Grayscale: #626262. Windows color (decimal): -11960813 or 1277513. OLE color: 1277513.

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

Color convert

RGB7312619-
CMYK0.4200.850.51
HSL89.72º73.79%28.43%-
HSV(B)89.72º84.92%49.41%-
XYZ10.3316.393.23-
YUV97.9583.44110.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 126 (49.61% from 255) = 57.80%
BLUE value IS 19 (7.81% from 255) = 8.72%
R=33.49%
G=57.80%
B=8.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73126190.4200.850.5189.7273.7928.43
Hex497E132A055335a4a1c
Octal111176235201256313211234
Binary1001001111111010011101010010101011100111011010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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