#46771B

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

Shades of Bilbao #46771B

Tints of Bilbao #46771B

Color information

#46771B (or 0x46771B) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 1B. RGB value is (70,119,27). Sum of RGB (Red+Green+Blue) = 70+119+27=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #46771B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46771B is #B988E4. Grayscale: #5E5E5E. Windows color (decimal): -12159205 or 1800006. OLE color: 1800006.

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

Color convert

RGB7011927-
CMYK0.4100.770.53
HSL91.96º63.01%28.63%-
HSV(B)91.96º77.31%46.67%-
XYZ9.3214.573.36-
YUV93.8690.27110.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=32.41%
G=55.09%
B=12.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119270.4100.770.5391.9663.0128.63
Hex46771B2904D355c3f1d
Octal10616733510115651347735
Binary100011011101111101110100101001101110101101110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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