#477728

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

Shades of Bilbao #477728

Tints of Bilbao #477728

Color information

#477728 (or 0x477728) is unknown color: approx Bilbao. HEX triplet: 47, 77 and 28. RGB value is (71,119,40). Sum of RGB (Red+Green+Blue) = 71+119+40=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #477728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477728 is #B888D7. Grayscale: #5F5F5F. Windows color (decimal): -12093656 or 2651975. OLE color: 2651975.

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

Color convert

RGB7111940-
CMYK0.4000.660.53
HSL96.46º49.69%31.18%-
HSV(B)96.46º66.39%46.67%-
XYZ9.5814.694.34-
YUV95.6496.6110.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=30.87%
G=51.74%
B=17.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71119400.4000.660.5396.4649.6931.18
Hex477728280423560321f
Octal10716750500102651406237
Binary1000111111011110100010100001000010110101110000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477728; }

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

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

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

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

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

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

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

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