#40762E

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

Shades of Bilbao #40762E

Tints of Bilbao #40762E

Color information

#40762E (or 0x40762E) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 2E. RGB value is (64,118,46). Sum of RGB (Red+Green+Blue) = 64+118+46=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #40762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40762E is #BF89D1. Grayscale: #5D5D5D. Windows color (decimal): -12552658 or 3044928. OLE color: 3044928.

HSL color Cylindrical-coordinate representation of color #40762E: hue angle of 105º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40762E is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB6411846-
CMYK0.4600.610.54
HSL105º43.9%32.16%-
HSV(B)105º61.02%46.27%-
XYZ9.0914.244.86-
YUV93.65101.11106.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.07%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 46 (18.36% from 255) = 20.18%
R=28.07%
G=51.75%
B=20.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118460.4600.610.5410543.932.16
Hex40762E2E03D36692c20
Octal1001665656075661515440
Binary1000000111011010111010111001111011101101101001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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