#46761D

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

Shades of Bilbao #46761D

Tints of Bilbao #46761D

Color information

#46761D (or 0x46761D) is unknown color: approx Bilbao. HEX triplet: 46, 76 and 1D. RGB value is (70,118,29). Sum of RGB (Red+Green+Blue) = 70+118+29=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 118 (46.48% from 255 or 54.38% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 118 - color contains mainly: green. Hex color #46761D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46761D is #B989E2. Grayscale: #5D5D5D. Windows color (decimal): -12159459 or 1930822. OLE color: 1930822.

HSL color Cylindrical-coordinate representation of color #46761D: hue angle of 92.36º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46761D is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB7011829-
CMYK0.4100.750.54
HSL92.36º60.54%28.82%-
HSV(B)92.36º75.42%46.27%-
XYZ9.2314.353.45-
YUV93.591.6111.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 118 (46.48% from 255) = 54.38%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=32.26%
G=54.38%
B=13.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70118290.4100.750.5492.3660.5428.82
Hex46761D2904B365c3d1d
Octal10616635510113661347535
Binary100011011101101110110100101001011110110101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46761D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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