#477B2B

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

Shades of Bilbao #477B2B

Tints of Bilbao #477B2B

Color information

#477B2B (or 0x477B2B) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 2B. RGB value is (71,123,43). Sum of RGB (Red+Green+Blue) = 71+123+43=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #477B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B2B is #B884D4. Grayscale: #626262. Windows color (decimal): -12092629 or 2849607. OLE color: 2849607.

HSL color Cylindrical-coordinate representation of color #477B2B: hue angle of 99º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #477B2B is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB7112343-
CMYK0.4200.650.52
HSL99º48.19%32.55%-
HSV(B)99º65.04%48.24%-
XYZ10.1215.684.78-
YUV98.3396.77108.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=29.96%
G=51.90%
B=18.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71123430.4200.650.529948.1932.55
Hex477B2B2A04134633021
Octal10717353520101641436041
Binary10001111111011101011101010010000011101001100011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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