#407E2A

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

Shades of Bilbao #407E2A

Tints of Bilbao #407E2A

Color information

#407E2A (or 0x407E2A) is unknown color: approx Bilbao. HEX triplet: 40, 7E and 2A. RGB value is (64,126,42). Sum of RGB (Red+Green+Blue) = 64+126+42=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #407E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407E2A is #BF81D5. Grayscale: #626262. Windows color (decimal): -12550614 or 2784832. OLE color: 2784832.

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

Color convert

RGB6412642-
CMYK0.4900.670.51
HSL104.29º50%32.94%-
HSV(B)104.29º66.67%49.41%-
XYZ9.9916.184.79-
YUV97.8996.46103.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 126 (49.61% from 255) = 54.31%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=27.59%
G=54.31%
B=18.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64126420.4900.670.51104.295032.94
Hex407E2A3104333683221
Octal10017652610103631506241
Binary10000001111110101010110001010000111100111101000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,126,42); }

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

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

 a { background-color: rgb(64,126,42); }

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

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

 span { border-color: rgb(64,126,42); }

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