#408404

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

Shades of Bilbao #408404

Tints of Bilbao #408404

Color information

#408404 (or 0x408404) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 04. RGB value is (64,132,4). Sum of RGB (Red+Green+Blue) = 64+132+4=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #408404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408404 is #BF7BFB. Grayscale: #616161. Windows color (decimal): -12549116 or 296000. OLE color: 296000.

HSL color Cylindrical-coordinate representation of color #408404: hue angle of 91.88º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #408404 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB641324-
CMYK0.5200.970.48
HSL91.88º94.12%26.67%-
HSV(B)91.88º96.97%51.76%-
XYZ10.3917.62.96-
YUV97.0875.47104.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 132 (51.95% from 255) = 66%
BLUE value IS 4 (1.95% from 255) = 2%
R=32%
G=66%
B=2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6413240.5200.970.4891.8894.1226.67
Hex4084434061305c5e1b
Octal10020446401416013413633
Binary100000010000100100110100011000011100001011100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408404; }

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

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

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

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

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

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

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

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