#477A1F

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

Shades of Bilbao #477A1F

Tints of Bilbao #477A1F

Color information

#477A1F (or 0x477A1F) is unknown color: approx Bilbao. HEX triplet: 47, 7A and 1F. RGB value is (71,122,31). Sum of RGB (Red+Green+Blue) = 71+122+31=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #477A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477A1F is #B885E0. Grayscale: #606060. Windows color (decimal): -12092897 or 2062919. OLE color: 2062919.

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

Color convert

RGB7112231-
CMYK0.4200.750.52
HSL93.63º59.48%30%-
HSV(B)93.63º74.59%47.84%-
XYZ9.8115.363.74-
YUV96.3891.1109.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 122 (48.05% from 255) = 54.46%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=31.70%
G=54.46%
B=13.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71122310.4200.750.5293.6359.4830
Hex477A1F2A04B345e3b1e
Octal10717237520113641367336
Binary100011111110101111110101001001011110100101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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