#407A09

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

Shades of Bilbao #407A09

Tints of Bilbao #407A09

Color information

#407A09 (or 0x407A09) is unknown color: approx Bilbao. HEX triplet: 40, 7A and 09. RGB value is (64,122,9). Sum of RGB (Red+Green+Blue) = 64+122+9=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 122 (48.05% from 255 or 62.56% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 122 - color contains mainly: green. Hex color #407A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407A09 is #BF85F6. Grayscale: #5C5C5C. Windows color (decimal): -12551671 or 621120. OLE color: 621120.

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

Color convert

RGB641229-
CMYK0.4800.930.52
HSL90.8º86.26%25.69%-
HSV(B)90.8º92.62%47.84%-
XYZ9.1215.032.68-
YUV91.7881.28108.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 122 (48.05% from 255) = 62.56%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=32.82%
G=62.56%
B=4.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6412290.4800.930.5290.886.2625.69
Hex407A93005D345b561a
Octal100172116001356413312632
Binary100000011110101001110000010111011101001011011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,122,9); }

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

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

 a { background-color: rgb(64,122,9); }

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

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

 span { border-color: rgb(64,122,9); }

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