#407E0E

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

Shades of Bilbao #407E0E

Tints of Bilbao #407E0E

Color information

#407E0E (or 0x407E0E) is unknown color: approx Bilbao. HEX triplet: 40, 7E and 0E. RGB value is (64,126,14). Sum of RGB (Red+Green+Blue) = 64+126+14=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 126 (49.61% from 255 or 61.76% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 126 - color contains mainly: green. Hex color #407E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407E0E is #BF81F1. Grayscale: #5F5F5F. Windows color (decimal): -12550642 or 949824. OLE color: 949824.

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

Color convert

RGB6412614-
CMYK0.4900.890.51
HSL93.21º80%27.45%-
HSV(B)93.21º88.89%49.41%-
XYZ9.6516.043-
YUV94.6982.46106.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 126 (49.61% from 255) = 61.76%
BLUE value IS 14 (5.86% from 255) = 6.86%
R=31.37%
G=61.76%
B=6.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64126140.4900.890.5193.218027.45
Hex407EE31059335d501b
Octal100176166101316313512033
Binary100000011111101110110001010110011100111011101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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