#477F2B

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

Shades of Bilbao #477F2B

Tints of Bilbao #477F2B

Color information

#477F2B (or 0x477F2B) is unknown color: approx Bilbao. HEX triplet: 47, 7F and 2B. RGB value is (71,127,43). Sum of RGB (Red+Green+Blue) = 71+127+43=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #477F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F2B is #B880D4. Grayscale: #646464. Windows color (decimal): -12091605 or 2850631. OLE color: 2850631.

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

Color convert

RGB7112743-
CMYK0.4400.660.50
HSL100º49.41%33.33%-
HSV(B)100º66.14%49.8%-
XYZ10.6216.694.95-
YUV100.6895.45106.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 127 (50% from 255) = 52.70%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=29.46%
G=52.70%
B=17.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71127430.4400.660.5010049.4133.33
Hex477F2B2C04232643121
Octal10717753540102621446141
Binary10001111111111101011101100010000101100101100100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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