#40731E

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

Shades of Bilbao #40731E

Tints of Bilbao #40731E

Color information

#40731E (or 0x40731E) is unknown color: approx Bilbao. HEX triplet: 40, 73 and 1E. RGB value is (64,115,30). Sum of RGB (Red+Green+Blue) = 64+115+30=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #40731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40731E is #BF8CE1. Grayscale: #5A5A5A. Windows color (decimal): -12553442 or 1995584. OLE color: 1995584.

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

Color convert

RGB6411530-
CMYK0.4400.740.55
HSL96º58.62%28.43%-
HSV(B)96º73.91%45.1%-
XYZ8.4813.453.38-
YUV90.0694.1109.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 115 (45.31% from 255) = 55.02%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=30.62%
G=55.02%
B=14.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115300.4400.740.559658.6228.43
Hex40731E2C04A37603b1c
Octal10016336540112671407334
Binary100000011100111111010110001001010110111110000011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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