#477A1A

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

Shades of Bilbao #477A1A

Tints of Bilbao #477A1A

Color information

#477A1A (or 0x477A1A) is unknown color: approx Bilbao. HEX triplet: 47, 7A and 1A. RGB value is (71,122,26). Sum of RGB (Red+Green+Blue) = 71+122+26=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #477A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A1A is #B885E5. Grayscale: #606060. Windows color (decimal): -12092902 or 1735239. OLE color: 1735239.

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

Color convert

RGB7112226-
CMYK0.4200.790.52
HSL91.88º64.86%29.02%-
HSV(B)91.88º78.69%47.84%-
XYZ9.7415.333.42-
YUV95.8188.6110.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 122 (48.05% from 255) = 55.71%
BLUE value IS 26 (10.55% from 255) = 11.87%
R=32.42%
G=55.71%
B=11.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122260.4200.790.5291.8864.8629.02
Hex477A1A2A04F345c411d
Octal107172325201176413410135
Binary1000111111101011010101010010011111101001011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,26); }

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

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

 a { background-color: rgb(71,122,26); }

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

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

 span { border-color: rgb(71,122,26); }

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