#47761F

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

Shades of Bilbao #47761F

Tints of Bilbao #47761F

Color information

#47761F (or 0x47761F) is unknown color: approx Bilbao. HEX triplet: 47, 76 and 1F. RGB value is (71,118,31). Sum of RGB (Red+Green+Blue) = 71+118+31=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #47761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47761F is #B889E0. Grayscale: #5E5E5E. Windows color (decimal): -12093921 or 2061895. OLE color: 2061895.

HSL color Cylindrical-coordinate representation of color #47761F: hue angle of 92.41º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47761F is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB7111831-
CMYK0.4000.740.54
HSL92.41º58.39%29.22%-
HSV(B)92.41º73.73%46.27%-
XYZ9.3214.43.58-
YUV94.0392.43111.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.27%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=32.27%
G=53.64%
B=14.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71118310.4000.740.5492.4158.3929.22
Hex47761F2804A365c3a1d
Octal10716637500112661347235
Binary100011111101101111110100001001010110110101110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47761F; }

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

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

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

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

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

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

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

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