#407C2C

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

Shades of Bilbao #407C2C

Tints of Bilbao #407C2C

Color information

#407C2C (or 0x407C2C) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 2C. RGB value is (64,124,44). Sum of RGB (Red+Green+Blue) = 64+124+44=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #407C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C2C is #BF83D3. Grayscale: #616161. Windows color (decimal): -12551124 or 2915392. OLE color: 2915392.

HSL color Cylindrical-coordinate representation of color #407C2C: hue angle of 105º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407C2C is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB6412444-
CMYK0.4800.650.51
HSL105º47.62%32.94%-
HSV(B)105º64.52%48.63%-
XYZ9.7815.694.9-
YUV96.9498.12104.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=27.59%
G=53.45%
B=18.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124440.4800.650.5110547.6232.94
Hex407C2C3004133693021
Octal10017454600101631516041
Binary10000001111100101100110000010000011100111101001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C2C; }

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

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

<style>
 a { background-color: #407C2C; }

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

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

<style>
 span { border-color: #407C2C; }

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

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