#407F1A

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

Shades of Bilbao #407F1A

Tints of Bilbao #407F1A

Color information

#407F1A (or 0x407F1A) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 1A. RGB value is (64,127,26). Sum of RGB (Red+Green+Blue) = 64+127+26=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 127 (50% from 255 or 58.53% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 127 - color contains mainly: green. Hex color #407F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F1A is #BF80E5. Grayscale: #606060. Windows color (decimal): -12550374 or 1736512. OLE color: 1736512.

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

Color convert

RGB6412726-
CMYK0.5000.800.50
HSL97.43º66.01%30%-
HSV(B)97.43º79.53%49.8%-
XYZ9.8916.343.61-
YUV96.6588.13104.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 127 (50% from 255) = 58.53%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=29.49%
G=58.53%
B=11.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64127260.5000.800.5097.4366.0130
Hex407F1A320503261421e
Octal100177326201206214110236
Binary1000000111111111010110010010100001100101100001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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