#46792B

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

Shades of Bilbao #46792B

Tints of Bilbao #46792B

Color information

#46792B (or 0x46792B) is unknown color: approx Bilbao. HEX triplet: 46, 79 and 2B. RGB value is (70,121,43). Sum of RGB (Red+Green+Blue) = 70+121+43=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #46792B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46792B is #B986D4. Grayscale: #616161. Windows color (decimal): -12158677 or 2849094. OLE color: 2849094.

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

Color convert

RGB7012143-
CMYK0.4200.640.53
HSL99.23º47.56%32.16%-
HSV(B)99.23º64.46%47.45%-
XYZ9.815.154.69-
YUV96.8697.6108.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 121 (47.66% from 255) = 51.71%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=29.91%
G=51.71%
B=18.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70121430.4200.640.5399.2347.5632.16
Hex46792B2A04035633020
Octal10617153520100651436040
Binary10001101111001101011101010010000001101011100011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,121,43); }

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

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

 a { background-color: rgb(70,121,43); }

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

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

 span { border-color: rgb(70,121,43); }

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