#497A27

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

Shades of Bilbao #497A27

Tints of Bilbao #497A27

Color information

#497A27 (or 0x497A27) is unknown color: approx Bilbao. HEX triplet: 49, 7A and 27. RGB value is (73,122,39). Sum of RGB (Red+Green+Blue) = 73+122+39=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #497A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497A27 is #B685D8. Grayscale: #626262. Windows color (decimal): -11961817 or 2587209. OLE color: 2587209.

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

Color convert

RGB7312239-
CMYK0.4000.680.52
HSL95.42º51.55%31.57%-
HSV(B)95.42º68.03%47.84%-
XYZ10.0715.484.38-
YUV97.8994.77110.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=31.20%
G=52.14%
B=16.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122390.4000.680.5295.4251.5531.57
Hex497A2728044345f3420
Octal11117247500104641376440
Binary10010011111010100111101000010001001101001011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,39); }

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

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

 a { background-color: rgb(73,122,39); }

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

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

 span { border-color: rgb(73,122,39); }

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