#497725

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

Shades of Bilbao #497725

Tints of Bilbao #497725

Color information

#497725 (or 0x497725) is unknown color: approx Bilbao. HEX triplet: 49, 77 and 25. RGB value is (73,119,37). Sum of RGB (Red+Green+Blue) = 73+119+37=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #497725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497725 is #B688DA. Grayscale: #606060. Windows color (decimal): -11962587 or 2455369. OLE color: 2455369.

HSL color Cylindrical-coordinate representation of color #497725: hue angle of 93.66º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497725 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB7311937-
CMYK0.3900.690.53
HSL93.66º52.56%30.59%-
HSV(B)93.66º68.91%46.67%-
XYZ9.6814.744.09-
YUV95.994.76111.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 119 (46.88% from 255) = 51.97%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=31.88%
G=51.97%
B=16.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73119370.3900.690.5393.6652.5630.59
Hex49772527045355e351f
Octal11116745470105651366537
Binary1001001111011110010110011101000101110101101111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497725; }

 p { color: rgb(73,119,37); }

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

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

 a { background-color: rgb(73,119,37); }

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

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

 span { border-color: rgb(73,119,37); }

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