#477B1F

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

Shades of Bilbao #477B1F

Tints of Bilbao #477B1F

Color information

#477B1F (or 0x477B1F) is unknown color: approx Bilbao. HEX triplet: 47, 7B and 1F. RGB value is (71,123,31). Sum of RGB (Red+Green+Blue) = 71+123+31=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 123 (48.44% from 255 or 54.67% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 123 - color contains mainly: green. Hex color #477B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477B1F is #B884E0. Grayscale: #616161. Windows color (decimal): -12092641 or 2063175. OLE color: 2063175.

HSL color Cylindrical-coordinate representation of color #477B1F: hue angle of 93.91º degrees, saturation: 0.6, 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 #477B1F is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB7112331-
CMYK0.4200.750.52
HSL93.91º59.74%30.2%-
HSV(B)93.91º74.8%48.24%-
XYZ9.9315.63.78-
YUV96.9690.77109.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 123 (48.44% from 255) = 54.67%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=31.56%
G=54.67%
B=13.78%

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
Decimal71123310.4200.750.5293.9159.7430.2
Hex477B1F2A04B345e3c1e
Octal10717337520113641367436
Binary100011111110111111110101001001011110100101111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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