#407427

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

Shades of Bilbao #407427

Tints of Bilbao #407427

Color information

#407427 (or 0x407427) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 27. RGB value is (64,116,39). Sum of RGB (Red+Green+Blue) = 64+116+39=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #407427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407427 is #BF8BD8. Grayscale: #5B5B5B. Windows color (decimal): -12553177 or 2585664. OLE color: 2585664.

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

Color convert

RGB6411639-
CMYK0.4500.660.55
HSL100.52º49.68%30.39%-
HSV(B)100.52º66.38%45.49%-
XYZ8.7313.734.11-
YUV91.6798.27108.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.22%
GREEN value IS 116 (45.70% from 255) = 52.97%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=29.22%
G=52.97%
B=17.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116390.4500.660.55100.5249.6830.39
Hex4074272D0423765321e
Octal10016447550102671456236
Binary1000000111010010011110110101000010110111110010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407427; }

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

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

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

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

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

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

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

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