#497D03

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

Shades of Bilbao #497D03

Tints of Bilbao #497D03

Color information

#497D03 (or 0x497D03) is unknown color: approx Bilbao. HEX triplet: 49, 7D and 03. RGB value is (73,125,3). Sum of RGB (Red+Green+Blue) = 73+125+3=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 125 (49.22% from 255 or 62.19% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 125 - color contains mainly: green. Hex color #497D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D03 is #B682FC. Grayscale: #5F5F5F. Windows color (decimal): -11961085 or 228681. OLE color: 228681.

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

Color convert

RGB731253-
CMYK0.4200.980.51
HSL85.57º95.31%25.1%-
HSV(B)85.57º97.6%49.02%-
XYZ10.116.092.66-
YUV95.5475.77111.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 36.32%
GREEN value IS 125 (49.22% from 255) = 62.19%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=36.32%
G=62.19%
B=1.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7312530.4200.980.5185.5795.3125.1
Hex497D32A06233565f19
Octal11117535201426312613731
Binary1001001111110111101010011000101100111010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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