#477522

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

Shades of Bilbao #477522

Tints of Bilbao #477522

Color information

#477522 (or 0x477522) is unknown color: approx Bilbao. HEX triplet: 47, 75 and 22. RGB value is (71,117,34). Sum of RGB (Red+Green+Blue) = 71+117+34=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #477522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477522 is #B88ADD. Grayscale: #5E5E5E. Windows color (decimal): -12094174 or 2258247. OLE color: 2258247.

HSL color Cylindrical-coordinate representation of color #477522: hue angle of 93.25º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #477522 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB7111734-
CMYK0.3900.710.54
HSL93.25º54.97%29.61%-
HSV(B)93.25º70.94%45.88%-
XYZ9.2514.183.76-
YUV93.7894.26111.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 34 (13.67% from 255) = 15.32%
R=31.98%
G=52.70%
B=15.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117340.3900.710.5493.2554.9729.61
Hex47752227047365d371e
Octal10716542470107661356736
Binary1000111111010110001010011101000111110110101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477522; }

 p { color: rgb(71,117,34); }

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

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

 a { background-color: rgb(71,117,34); }

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

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

 span { border-color: rgb(71,117,34); }

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