#477732

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

Shades of Bilbao #477732

Tints of Bilbao #477732

Color information

#477732 (or 0x477732) is unknown color: approx Bilbao. HEX triplet: 47, 77 and 32. RGB value is (71,119,50). Sum of RGB (Red+Green+Blue) = 71+119+50=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #477732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477732 is #B888CD. Grayscale: #616161. Windows color (decimal): -12093646 or 3307335. OLE color: 3307335.

HSL color Cylindrical-coordinate representation of color #477732: hue angle of 101.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477732 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB7111950-
CMYK0.4000.580.53
HSL101.74º40.83%33.14%-
HSV(B)101.74º57.98%46.67%-
XYZ9.7714.765.35-
YUV96.78101.6109.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.58%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 50 (19.92% from 255) = 20.83%
R=29.58%
G=49.58%
B=20.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71119500.4000.580.53101.7440.8333.14
Hex4777322803A35662921
Octal1071676250072651465141
Binary1000111111011111001010100001110101101011100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477732; }

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

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

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

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

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

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

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

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