#408200

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

Shades of Bilbao #408200

Tints of Bilbao #408200

Color information

#408200 (or 0x408200) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 00. RGB value is (64,130,0). Sum of RGB (Red+Green+Blue) = 64+130+0=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #408200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408200 is #BF7DFF. Grayscale: #5F5F5F. Windows color (decimal): -12549632 or 33344. OLE color: 33344.

HSL color Cylindrical-coordinate representation of color #408200: hue angle of 90.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #408200 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB641300-
CMYK0.51010.49
HSL90.46º100%25.49%-
HSV(B)90.46º100%50.98%-
XYZ10.117.062.76-
YUV95.4574.13105.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 130 (51.17% from 255) = 67.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.99%
G=67.01%
B=0%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6413000.51010.4990.4610025.49
Hex4082033064315a6419
Octal10020206301446113214431
Binary1000000100000100110011011001001100011011010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408200; }

 p { color: rgb(64,130,0); }

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

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

 a { background-color: rgb(64,130,0); }

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

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

 span { border-color: rgb(64,130,0); }

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