#40742C

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

Shades of Bilbao #40742C

Tints of Bilbao #40742C

Color information

#40742C (or 0x40742C) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 2C. RGB value is (64,116,44). Sum of RGB (Red+Green+Blue) = 64+116+44=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #40742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40742C is #BF8BD3. Grayscale: #5C5C5C. Windows color (decimal): -12553172 or 2913344. OLE color: 2913344.

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

Color convert

RGB6411644-
CMYK0.4500.620.55
HSL103.33º45%31.37%-
HSV(B)103.33º62.07%45.49%-
XYZ8.8113.764.57-
YUV92.24100.77107.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.57%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=28.57%
G=51.79%
B=19.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116440.4500.620.55103.334531.37
Hex40742C2D03E37672d1f
Octal1001645455076671475537
Binary100000011101001011001011010111110110111110011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40742C; }

 p { color: rgb(64,116,44); }

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

<style>
 a { background-color: #40742C; }

 a { background-color: rgb(64,116,44); }

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

<style>
 span { border-color: #40742C; }

 span { border-color: rgb(64,116,44); }

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