#46761F

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

Shades of Bilbao #46761F

Tints of Bilbao #46761F

Color information

#46761F (or 0x46761F) is unknown color: approx Bilbao. HEX triplet: 46, 76 and 1F. RGB value is (70,118,31). Sum of RGB (Red+Green+Blue) = 70+118+31=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #46761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46761F is #B989E0. Grayscale: #5E5E5E. Windows color (decimal): -12159457 or 2061894. OLE color: 2061894.

HSL color Cylindrical-coordinate representation of color #46761F: hue angle of 93.1º 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 #46761F is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB7011831-
CMYK0.4100.740.54
HSL93.1º58.39%29.22%-
HSV(B)93.1º73.73%46.27%-
XYZ9.2514.363.58-
YUV93.7392.6111.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=31.96%
G=53.88%
B=14.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118310.4100.740.5493.158.3929.22
Hex46761F2904A365d3a1d
Octal10616637510112661357235
Binary100011011101101111110100101001010110110101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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