#497D05

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

Shades of Bilbao #497D05

Tints of Bilbao #497D05

Color information

#497D05 (or 0x497D05) is unknown color: approx Bilbao. HEX triplet: 49, 7D and 05. RGB value is (73,125,5). Sum of RGB (Red+Green+Blue) = 73+125+5=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 125 (49.22% from 255 or 61.58% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 125 - color contains mainly: green. Hex color #497D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #497D05 is #B682FA. Grayscale: #606060. Windows color (decimal): -11961083 or 359753. OLE color: 359753.

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

Color convert

RGB731255-
CMYK0.4200.960.51
HSL86º92.31%25.49%-
HSV(B)86º96%49.02%-
XYZ10.1116.092.72-
YUV95.7776.77111.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.96%
GREEN value IS 125 (49.22% from 255) = 61.58%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=35.96%
G=61.58%
B=2.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7312550.4200.960.518692.3125.49
Hex497D52A06033565c19
Octal11117555201406312613431
Binary10010011111101101101010011000001100111010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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