#407F2A

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

Shades of Bilbao #407F2A

Tints of Bilbao #407F2A

Color information

#407F2A (or 0x407F2A) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 2A. RGB value is (64,127,42). Sum of RGB (Red+Green+Blue) = 64+127+42=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #407F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F2A is #BF80D5. Grayscale: #626262. Windows color (decimal): -12550358 or 2785088. OLE color: 2785088.

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

Color convert

RGB6412742-
CMYK0.5000.670.50
HSL104.47º50.3%33.14%-
HSV(B)104.47º66.93%49.8%-
XYZ10.1216.444.83-
YUV98.4796.13103.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 127 (50% from 255) = 54.51%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=27.47%
G=54.51%
B=18.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64127420.5000.670.50104.4750.333.14
Hex407F2A3204332683221
Octal10017752620103621506241
Binary10000001111111101010110010010000111100101101000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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