#46772C

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

Shades of Bilbao #46772C

Tints of Bilbao #46772C

Color information

#46772C (or 0x46772C) is unknown color: approx Bilbao. HEX triplet: 46, 77 and 2C. RGB value is (70,119,44). Sum of RGB (Red+Green+Blue) = 70+119+44=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #46772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46772C is #B988D3. Grayscale: #606060. Windows color (decimal): -12159188 or 2914118. OLE color: 2914118.

HSL color Cylindrical-coordinate representation of color #46772C: hue angle of 99.2º 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 #46772C is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB7011944-
CMYK0.4100.630.53
HSL99.2º46.01%31.96%-
HSV(B)99.2º63.03%46.67%-
XYZ9.5814.684.71-
YUV95.898.77109.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=30.04%
G=51.07%
B=18.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70119440.4100.630.5399.246.0131.96
Hex46772C2903F35632e20
Octal1061675451077651435640
Binary1000110111011110110010100101111111101011100011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46772C; }

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

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

<style>
 a { background-color: #46772C; }

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

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

<style>
 span { border-color: #46772C; }

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

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