#407F0A

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

Shades of Bilbao #407F0A

Tints of Bilbao #407F0A

Color information

#407F0A (or 0x407F0A) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 0A. RGB value is (64,127,10). Sum of RGB (Red+Green+Blue) = 64+127+10=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 127 (50% from 255 or 63.18% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 127 - color contains mainly: green. Hex color #407F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407F0A is #BF80F5. Grayscale: #5F5F5F. Windows color (decimal): -12550390 or 687936. OLE color: 687936.

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

Color convert

RGB6412710-
CMYK0.5000.920.50
HSL92.31º85.4%26.86%-
HSV(B)92.31º92.13%49.8%-
XYZ9.7616.292.92-
YUV94.8280.13106.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 127 (50% from 255) = 63.18%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=31.84%
G=63.18%
B=4.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64127100.5000.920.5092.3185.426.86
Hex407FA3205C325c551b
Octal100177126201346213412533
Binary100000011111111010110010010111001100101011100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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