#40772D

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

Shades of Bilbao #40772D

Tints of Bilbao #40772D

Color information

#40772D (or 0x40772D) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 2D. RGB value is (64,119,45). Sum of RGB (Red+Green+Blue) = 64+119+45=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #40772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40772D is #BF88D2. Grayscale: #5E5E5E. Windows color (decimal): -12552403 or 2979648. OLE color: 2979648.

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

Color convert

RGB6411945-
CMYK0.4600.620.53
HSL104.59º45.12%32.16%-
HSV(B)104.59º62.18%46.67%-
XYZ9.1814.474.79-
YUV94.12100.28106.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 45 (17.97% from 255) = 19.74%
R=28.07%
G=52.19%
B=19.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119450.4600.620.53104.5945.1232.16
Hex40772D2E03E35692d20
Octal1001675556076651515540
Binary1000000111011110110110111001111101101011101001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,119,45); }

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

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

 a { background-color: rgb(64,119,45); }

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

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

 span { border-color: rgb(64,119,45); }

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