#407826

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

Shades of Bilbao #407826

Tints of Bilbao #407826

Color information

#407826 (or 0x407826) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 26. RGB value is (64,120,38). Sum of RGB (Red+Green+Blue) = 64+120+38=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #407826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407826 is #BF87D9. Grayscale: #5E5E5E. Windows color (decimal): -12552154 or 2521152. OLE color: 2521152.

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

Color convert

RGB6412038-
CMYK0.4700.680.53
HSL100.98º51.9%30.98%-
HSV(B)100.98º68.33%47.06%-
XYZ9.1814.664.18-
YUV93.9196.45106.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=28.83%
G=54.05%
B=17.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120380.4700.680.53100.9851.930.98
Hex4078262F0443565341f
Octal10017046570104651456437
Binary1000000111100010011010111101000100110101110010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407826; }

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

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

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

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

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

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

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

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