#407728

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

Shades of Bilbao #407728

Tints of Bilbao #407728

Color information

#407728 (or 0x407728) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 28. RGB value is (64,119,40). Sum of RGB (Red+Green+Blue) = 64+119+40=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #407728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407728 is #BF88D7. Grayscale: #5D5D5D. Windows color (decimal): -12552408 or 2651968. OLE color: 2651968.

HSL color Cylindrical-coordinate representation of color #407728: hue angle of 101.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407728 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB6411940-
CMYK0.4600.660.53
HSL101.77º49.69%31.18%-
HSV(B)101.77º66.39%46.67%-
XYZ9.0914.444.31-
YUV93.5597.78106.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 119 (46.88% from 255) = 53.36%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=28.70%
G=53.36%
B=17.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119400.4600.660.53101.7749.6931.18
Hex4077282E0423566321f
Octal10016750560102651466237
Binary1000000111011110100010111001000010110101110011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407728; }

 p { color: rgb(64,119,40); }

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

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

 a { background-color: rgb(64,119,40); }

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

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

 span { border-color: rgb(64,119,40); }

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