#477E1C

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

Shades of Bilbao #477E1C

Tints of Bilbao #477E1C

Color information

#477E1C (or 0x477E1C) is unknown color: approx Bilbao. HEX triplet: 47, 7E and 1C. RGB value is (71,126,28). Sum of RGB (Red+Green+Blue) = 71+126+28=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #477E1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477E1C is #B881E3. Grayscale: #626262. Windows color (decimal): -12091876 or 1867335. OLE color: 1867335.

HSL color Cylindrical-coordinate representation of color #477E1C: hue angle of 93.67º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #477E1C is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB7112628-
CMYK0.4400.780.51
HSL93.67º63.64%30.2%-
HSV(B)93.67º77.78%49.41%-
XYZ10.2716.353.71-
YUV98.3888.28108.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 126 (49.61% from 255) = 56%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=31.56%
G=56%
B=12.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71126280.4400.780.5193.6763.6430.2
Hex477E1C2C04E335e401e
Octal107176345401166313610036
Binary1000111111111011100101100010011101100111011110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,126,28); }

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

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

 a { background-color: rgb(71,126,28); }

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

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

 span { border-color: rgb(71,126,28); }

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