#407603

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

Shades of Bilbao #407603

Tints of Bilbao #407603

Color information

#407603 (or 0x407603) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 03. RGB value is (64,118,3). Sum of RGB (Red+Green+Blue) = 64+118+3=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #407603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407603 is #BF89FC. Grayscale: #595959. Windows color (decimal): -12552701 or 226880. OLE color: 226880.

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

Color convert

RGB641183-
CMYK0.4600.970.54
HSL88.17º95.04%23.73%-
HSV(B)88.17º97.46%46.27%-
XYZ8.6114.052.34-
YUV88.7479.61110.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 118 (46.48% from 255) = 63.78%
BLUE value IS 3 (1.56% from 255) = 1.62%
R=34.59%
G=63.78%
B=1.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6411830.4600.970.5488.1795.0423.73
Hex407632E06136585f18
Octal10016635601416613013730
Binary1000000111011011101110011000011101101011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407603; }

 p { color: rgb(64,118,3); }

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

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

 a { background-color: rgb(64,118,3); }

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

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

 span { border-color: rgb(64,118,3); }

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