#46782c

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

Shades of Bilbao #46782C

Tints of Bilbao #46782C

Color information

#46782C (or 0x46782C) is unknown color: approx Bilbao. HEX triplet: 46, 78 and 2C. RGB value is (70,120,44). Sum of RGB (Red+Green+Blue) = 70+120+44=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #46782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46782C is #B987D3. Grayscale: #606060. Windows color (decimal): -12158932 or 2914374. OLE color: 2914374.

HSL color Cylindrical-coordinate representation of color #46782C: hue angle of 99.47º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46782C is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB7012044-
CMYK0.4200.630.53
HSL99.47º46.34%32.16%-
HSV(B)99.47º63.33%47.06%-
XYZ9.714.924.75-
YUV96.3998.44109.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 44 (17.58% from 255) = 18.80%
R=29.91%
G=51.28%
B=18.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120440.4200.630.5399.4746.3432.16
Hex46782C2A03F35632e20
Octal1061705452077651435640
Binary1000110111100010110010101001111111101011100011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46782c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46782c; }

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

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

<style>
 a { background-color: #46782c; }

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

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

<style>
 span { border-color: #46782c; }

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

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