#40732B

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

Shades of Bilbao #40732B

Tints of Bilbao #40732B

Color information

#40732B (or 0x40732B) is unknown color: approx Bilbao. HEX triplet: 40, 73 and 2B. RGB value is (64,115,43). Sum of RGB (Red+Green+Blue) = 64+115+43=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #40732B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40732B is #BF8CD4. Grayscale: #5B5B5B. Windows color (decimal): -12553429 or 2847552. OLE color: 2847552.

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

Color convert

RGB6411543-
CMYK0.4400.630.55
HSL102.5º45.57%30.98%-
HSV(B)102.5º62.61%45.1%-
XYZ8.6813.534.44-
YUV91.54100.6108.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=28.83%
G=51.80%
B=19.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115430.4400.630.55102.545.5730.98
Hex40732B2C03F37662e1f
Octal1001635354077671465637
Binary100000011100111010111011000111111110111110011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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