#46781D

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

Shades of Bilbao #46781D

Tints of Bilbao #46781D

Color information

#46781D (or 0x46781D) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 1D. RGB value is (70,120,29). Sum of RGB (Red+Green+Blue) = 70+120+29=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #46781D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46781D is #B987E2. Grayscale: #5E5E5E. Windows color (decimal): -12158947 or 1931334. OLE color: 1931334.

HSL color Cylindrical-coordinate representation of color #46781D: hue angle of 92.97º 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 #46781D is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB7012029-
CMYK0.4200.760.53
HSL92.97º61.07%29.22%-
HSV(B)92.97º75.83%47.06%-
XYZ9.4614.823.52-
YUV94.6890.94110.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=31.96%
G=54.79%
B=13.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120290.4200.760.5392.9761.0729.22
Hex46781D2A04C355d3d1d
Octal10617035520114651357535
Binary100011011110001110110101001001100110101101110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46781D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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