#407704

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

Shades of Bilbao #407704

Tints of Bilbao #407704

Color information

#407704 (or 0x407704) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 04. RGB value is (64,119,4). Sum of RGB (Red+Green+Blue) = 64+119+4=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #407704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407704 is #BF88FB. Grayscale: #595959. Windows color (decimal): -12552444 or 292672. OLE color: 292672.

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

Color convert

RGB641194-
CMYK0.4600.970.53
HSL88.7º93.5%24.12%-
HSV(B)88.7º96.64%46.67%-
XYZ8.7314.292.41-
YUV89.4479.78109.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 119 (46.88% from 255) = 63.64%
BLUE value IS 4 (1.95% from 255) = 2.14%
R=34.22%
G=63.64%
B=2.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6411940.4600.970.5388.793.524.12
Hex407742E06135595d18
Octal10016745601416513113530
Binary10000001110111100101110011000011101011011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407704; }

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

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

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

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

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

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

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

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