#46771D

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

Shades of Bilbao #46771D

Tints of Bilbao #46771D

Color information

#46771D (or 0x46771D) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 1D. RGB value is (70,119,29). Sum of RGB (Red+Green+Blue) = 70+119+29=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #46771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46771D is #B988E2. Grayscale: #5E5E5E. Windows color (decimal): -12159203 or 1931078. OLE color: 1931078.

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

Color convert

RGB7011929-
CMYK0.4100.760.53
HSL92.67º60.81%29.02%-
HSV(B)92.67º75.63%46.67%-
XYZ9.3414.583.48-
YUV94.0991.27110.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=32.11%
G=54.59%
B=13.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119290.4100.760.5392.6760.8129.02
Hex46771D2904C355d3d1d
Octal10616735510114651357535
Binary100011011101111110110100101001100110101101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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