#477B32

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

Shades of Bilbao #477B32

Tints of Bilbao #477B32

Color information

#477B32 (or 0x477B32) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 32. RGB value is (71,123,50). Sum of RGB (Red+Green+Blue) = 71+123+50=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #477B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B32 is #B884CD. Grayscale: #636363. Windows color (decimal): -12092622 or 3308359. OLE color: 3308359.

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

Color convert

RGB7112350-
CMYK0.4200.590.52
HSL102.74º42.2%33.92%-
HSV(B)102.74º59.35%48.24%-
XYZ10.2615.745.51-
YUV99.13100.27107.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=29.10%
G=50.41%
B=20.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71123500.4200.590.52102.7442.233.92
Hex477B322A03B34672a22
Octal1071736252073641475242
Binary1000111111101111001010101001110111101001100111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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