#46781E

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

Shades of Bilbao #46781E

Tints of Bilbao #46781E

Color information

#46781E (or 0x46781E) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 1E. RGB value is (70,120,30). Sum of RGB (Red+Green+Blue) = 70+120+30=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 120 (47.27% from 255 or 54.55% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 120 - color contains mainly: green. Hex color #46781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46781E is #B987E1. Grayscale: #5F5F5F. Windows color (decimal): -12158946 or 1996870. OLE color: 1996870.

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

Color convert

RGB7012030-
CMYK0.4200.750.53
HSL93.33º60%29.41%-
HSV(B)93.33º75%47.06%-
XYZ9.4814.833.59-
YUV94.7991.44110.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 120 (47.27% from 255) = 54.55%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=31.82%
G=54.55%
B=13.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120300.4200.750.5393.336029.41
Hex46781E2A04B355d3c1d
Octal10617036520113651357435
Binary100011011110001111010101001001011110101101110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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