#497932

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

Shades of Bilbao #497932

Tints of Bilbao #497932

Color information

#497932 (or 0x497932) is unknown color: approx Bilbao. HEX triplet: 49, 79 and 32. RGB value is (73,121,50). Sum of RGB (Red+Green+Blue) = 73+121+50=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #497932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497932 is #B686CD. Grayscale: #626262. Windows color (decimal): -11962062 or 3307849. OLE color: 3307849.

HSL color Cylindrical-coordinate representation of color #497932: hue angle of 100.56º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497932 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB7312150-
CMYK0.4000.590.53
HSL100.56º41.52%33.53%-
HSV(B)100.56º58.68%47.45%-
XYZ10.1615.325.44-
YUV98.55100.6109.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=29.92%
G=49.59%
B=20.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73121500.4000.590.53100.5641.5233.53
Hex4979322803B35652a22
Octal1111716250073651455242
Binary1001001111100111001010100001110111101011100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497932; }

 p { color: rgb(73,121,50); }

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

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

 a { background-color: rgb(73,121,50); }

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

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

 span { border-color: rgb(73,121,50); }

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