#477B1D

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

Shades of Bilbao #477B1D

Tints of Bilbao #477B1D

Color information

#477B1D (or 0x477B1D) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 1D. RGB value is (71,123,29). Sum of RGB (Red+Green+Blue) = 71+123+29=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 123 (48.44% from 255 or 55.16% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 123 - color contains mainly: green. Hex color #477B1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B1D is #B884E2. Grayscale: #616161. Windows color (decimal): -12092643 or 1932103. OLE color: 1932103.

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

Color convert

RGB7112329-
CMYK0.4200.760.52
HSL93.19º61.84%29.8%-
HSV(B)93.19º76.42%48.24%-
XYZ9.915.593.65-
YUV96.7489.77109.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.84%
GREEN value IS 123 (48.44% from 255) = 55.16%
BLUE value IS 29 (11.72% from 255) = 13.00%
R=31.84%
G=55.16%
B=13.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71123290.4200.760.5293.1961.8429.8
Hex477B1D2A04C345d3e1e
Octal10717335520114641357636
Binary100011111110111110110101001001100110100101110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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