#477F15

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

Shades of Bilbao #477F15

Tints of Bilbao #477F15

Color information

#477F15 (or 0x477F15) is unknown color: approx Bilbao. HEX triplet: 47, 7F and 15. RGB value is (71,127,21). Sum of RGB (Red+Green+Blue) = 71+127+21=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #477F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477F15 is #B880EA. Grayscale: #626262. Windows color (decimal): -12091627 or 1408839. OLE color: 1408839.

HSL color Cylindrical-coordinate representation of color #477F15: hue angle of 91.7º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #477F15 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB7112721-
CMYK0.4400.830.50
HSL91.7º71.62%29.02%-
HSV(B)91.7º83.46%49.8%-
XYZ10.3216.573.36-
YUV98.1784.45108.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 127 (50% from 255) = 57.99%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=32.42%
G=57.99%
B=9.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71127210.4400.830.5091.771.6229.02
Hex477F152C053325c481d
Octal107177255401236213411035
Binary1000111111111110101101100010100111100101011100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477F15; }

 p { color: rgb(71,127,21); }

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

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

 a { background-color: rgb(71,127,21); }

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

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

 span { border-color: rgb(71,127,21); }

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