#407C27

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

Shades of Bilbao #407C27

Tints of Bilbao #407C27

Color information

#407C27 (or 0x407C27) is unknown color: approx Bilbao. HEX triplet: 40, 7C and 27. RGB value is (64,124,39). Sum of RGB (Red+Green+Blue) = 64+124+39=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #407C27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407C27 is #BF83D8. Grayscale: #606060. Windows color (decimal): -12551129 or 2587712. OLE color: 2587712.

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

Color convert

RGB6412439-
CMYK0.4800.690.51
HSL102.35º52.15%31.96%-
HSV(B)102.35º68.55%48.63%-
XYZ9.6915.654.43-
YUV96.3795.62104.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=28.19%
G=54.63%
B=17.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64124390.4800.690.51102.3552.1531.96
Hex407C273004533663420
Octal10017447600105631466440
Binary10000001111100100111110000010001011100111100110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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