#407B2A

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

Shades of Bilbao #407B2A

Tints of Bilbao #407B2A

Color information

#407B2A (or 0x407B2A) is unknown color: approx Bilbao. HEX triplet: 40, 7B and 2A. RGB value is (64,123,42). Sum of RGB (Red+Green+Blue) = 64+123+42=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #407B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407B2A is #BF84D5. Grayscale: #606060. Windows color (decimal): -12551382 or 2784064. OLE color: 2784064.

HSL color Cylindrical-coordinate representation of color #407B2A: hue angle of 103.7º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407B2A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB6412342-
CMYK0.4800.660.52
HSL103.7º49.09%32.35%-
HSV(B)103.7º65.85%48.24%-
XYZ9.6215.424.66-
YUV96.1297.45105.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=27.95%
G=53.71%
B=18.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64123420.4800.660.52103.749.0932.35
Hex407B2A3004234683120
Octal10017352600102641506140
Binary10000001111011101010110000010000101101001101000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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