#407709

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

Shades of Bilbao #407709

Tints of Bilbao #407709

Color information

#407709 (or 0x407709) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 09. RGB value is (64,119,9). Sum of RGB (Red+Green+Blue) = 64+119+9=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #407709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407709 is #BF88F6. Grayscale: #5A5A5A. Windows color (decimal): -12552439 or 620352. OLE color: 620352.

HSL color Cylindrical-coordinate representation of color #407709: hue angle of 90º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #407709 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB641199-
CMYK0.4600.920.53
HSL90º85.94%25.1%-
HSV(B)90º92.44%46.67%-
XYZ8.7614.32.56-
YUV90.0182.28109.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=33.33%
G=61.98%
B=4.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6411990.4600.920.539085.9425.1
Hex407792E05C355a5619
Octal100167115601346513212631
Binary100000011101111001101110010111001101011011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407709; }

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

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

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

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

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

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

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

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