#407703

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

Shades of Bilbao #407703

Tints of Bilbao #407703

Color information

#407703 (or 0x407703) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 03. RGB value is (64,119,3). Sum of RGB (Red+Green+Blue) = 64+119+3=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 119 (46.88% from 255 or 63.98% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 119 - color contains mainly: green. Hex color #407703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407703 is #BF88FC. Grayscale: #595959. Windows color (decimal): -12552445 or 227136. OLE color: 227136.

HSL color Cylindrical-coordinate representation of color #407703: hue angle of 88.45º degrees, saturation: 0.95, 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 #407703 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB641193-
CMYK0.4600.970.53
HSL88.45º95.08%23.92%-
HSV(B)88.45º97.48%46.67%-
XYZ8.7314.292.38-
YUV89.3379.28109.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 119 (46.88% from 255) = 63.98%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=34.41%
G=63.98%
B=1.61%

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
Decimal6411930.4600.970.5388.4595.0823.92
Hex407732E06135585f18
Octal10016735601416513013730
Binary1000000111011111101110011000011101011011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407703; }

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

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

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

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

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

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

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

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