#408400

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

Shades of Bilbao #408400

Tints of Bilbao #408400

Color information

#408400 (or 0x408400) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 00. RGB value is (64,132,0). Sum of RGB (Red+Green+Blue) = 64+132+0=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 132 (51.95% from 255 or 67.35% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 132 - color contains mainly: green. Hex color #408400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408400 is #BF7BFF. Grayscale: #616161. Windows color (decimal): -12549120 or 33856. OLE color: 33856.

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

Color convert

RGB641320-
CMYK0.52010.48
HSL90.91º100%25.88%-
HSV(B)90.91º100%51.76%-
XYZ10.3717.592.85-
YUV96.6273.47104.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 132 (51.95% from 255) = 67.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.65%
G=67.35%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6413200.52010.4890.9110025.88
Hex4084034064305b641a
Octal10020406401446013314432
Binary1000000100001000110100011001001100001011011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408400; }

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

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

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

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

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

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

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

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