#407801

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

Shades of Bilbao #407801

Tints of Bilbao #407801

Color information

#407801 (or 0x407801) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 01. RGB value is (64,120,1). Sum of RGB (Red+Green+Blue) = 64+120+1=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #407801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407801 is #BF87FE. Grayscale: #5A5A5A. Windows color (decimal): -12552191 or 96320. OLE color: 96320.

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

Color convert

RGB641201-
CMYK0.4700.990.53
HSL88.24º98.35%23.73%-
HSV(B)88.24º99.17%47.06%-
XYZ8.8414.532.37-
YUV89.6977.95109.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 120 (47.27% from 255) = 64.86%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=34.59%
G=64.86%
B=0.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6412010.4700.990.5388.2498.3523.73
Hex407812F06335586218
Octal10017015701436513014230
Binary100000011110001101111011000111101011011000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407801; }

 p { color: rgb(64,120,1); }

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

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

 a { background-color: rgb(64,120,1); }

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

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

 span { border-color: rgb(64,120,1); }

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