#46781F

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

Shades of Bilbao #46781F

Tints of Bilbao #46781F

Color information

#46781F (or 0x46781F) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 1F. RGB value is (70,120,31). Sum of RGB (Red+Green+Blue) = 70+120+31=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 120 (47.27% from 255 or 54.30% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 120 - color contains mainly: green. Hex color #46781F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46781F is #B987E0. Grayscale: #5F5F5F. Windows color (decimal): -12158945 or 2062406. OLE color: 2062406.

HSL color Cylindrical-coordinate representation of color #46781F: hue angle of 93.71º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46781F is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB7012031-
CMYK0.4200.740.53
HSL93.71º58.94%29.61%-
HSV(B)93.71º74.17%47.06%-
XYZ9.4914.833.66-
YUV94.991.94110.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 120 (47.27% from 255) = 54.30%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=31.67%
G=54.30%
B=14.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120310.4200.740.5393.7158.9429.61
Hex46781F2A04A355e3b1e
Octal10617037520112651367336
Binary100011011110001111110101001001010110101101111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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