#40732E

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

Shades of Bilbao #40732E

Tints of Bilbao #40732E

Color information

#40732E (or 0x40732E) is unknown color: approx Bilbao. HEX triplet: 40, 73 and 2E. RGB value is (64,115,46). Sum of RGB (Red+Green+Blue) = 64+115+46=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #40732E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40732E is #BF8CD1. Grayscale: #5C5C5C. Windows color (decimal): -12553426 or 3044160. OLE color: 3044160.

HSL color Cylindrical-coordinate representation of color #40732E: hue angle of 104.35º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40732E is Cyan = 0.44, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB6411546-
CMYK0.4400.60.55
HSL104.35º42.86%31.57%-
HSV(B)104.35º60%45.1%-
XYZ8.7413.554.74-
YUV91.88102.1108.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 46 (18.36% from 255) = 20.44%
R=28.44%
G=51.11%
B=20.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115460.4400.60.55104.3542.8631.57
Hex40732E2C03C37682b20
Octal1001635654074671505340
Binary1000000111001110111010110001111001101111101000101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,115,46); }

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

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

 a { background-color: rgb(64,115,46); }

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

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

 span { border-color: rgb(64,115,46); }

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