#497D23

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

Shades of Bilbao #497D23

Tints of Bilbao #497D23

Color information

#497D23 (or 0x497D23) is unknown color: approx Bilbao. HEX triplet: 49, 7D and 23. RGB value is (73,125,35). Sum of RGB (Red+Green+Blue) = 73+125+35=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #497D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497D23 is #B682DC. Grayscale: #636363. Windows color (decimal): -11961053 or 2325833. OLE color: 2325833.

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

Color convert

RGB7312535-
CMYK0.4200.720.51
HSL94.67º56.25%31.37%-
HSV(B)94.67º72%49.02%-
XYZ10.3816.214.17-
YUV99.1991.77109.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 125 (49.22% from 255) = 53.65%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=31.33%
G=53.65%
B=15.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73125350.4200.720.5194.6756.2531.37
Hex497D232A048335f381f
Octal11117543520110631377037
Binary1001001111110110001110101001001000110011101111111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,125,35); }

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

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

 a { background-color: rgb(73,125,35); }

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

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

 span { border-color: rgb(73,125,35); }

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