#408426

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

Shades of Bilbao #408426

Tints of Bilbao #408426

Color information

#408426 (or 0x408426) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 26. RGB value is (64,132,38). Sum of RGB (Red+Green+Blue) = 64+132+38=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #408426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408426 is #BF7BD9. Grayscale: #656565. Windows color (decimal): -12549082 or 2524224. OLE color: 2524224.

HSL color Cylindrical-coordinate representation of color #408426: hue angle of 103.4º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408426 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB6413238-
CMYK0.5200.710.48
HSL103.4º55.29%33.33%-
HSV(B)103.4º71.21%51.76%-
XYZ10.7217.734.69-
YUV100.9592.47101.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 132 (51.95% from 255) = 56.41%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=27.35%
G=56.41%
B=16.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132380.5200.710.48103.455.2933.33
Hex4084263404730673721
Octal10020446640107601476741
Binary100000010000100100110110100010001111100001100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408426; }

 p { color: rgb(64,132,38); }

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

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

 a { background-color: rgb(64,132,38); }

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

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

 span { border-color: rgb(64,132,38); }

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