#46751E

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

Shades of Bilbao #46751E

Tints of Bilbao #46751E

Color information

#46751E (or 0x46751E) is unknown color: approx Bilbao. HEX triplet: 46, 75 and 1E. RGB value is (70,117,30). Sum of RGB (Red+Green+Blue) = 70+117+30=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #46751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46751E is #B98AE1. Grayscale: #5D5D5D. Windows color (decimal): -12159714 or 1996102. OLE color: 1996102.

HSL color Cylindrical-coordinate representation of color #46751E: hue angle of 92.41º degrees, saturation: 0.59, 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 #46751E is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB7011730-
CMYK0.4000.740.54
HSL92.41º59.18%28.82%-
HSV(B)92.41º74.36%45.88%-
XYZ9.1214.123.47-
YUV93.0392.43111.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=32.26%
G=53.92%
B=13.82%

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
Decimal70117300.4000.740.5492.4159.1828.82
Hex46751E2804A365c3b1d
Octal10616536500112661347335
Binary100011011101011111010100001001010110110101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46751E; }

 p { color: rgb(70,117,30); }

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

<style>
 a { background-color: #46751E; }

 a { background-color: rgb(70,117,30); }

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

<style>
 span { border-color: #46751E; }

 span { border-color: rgb(70,117,30); }

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