#408031

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

Shades of Bilbao #408031

Tints of Bilbao #408031

Color information

#408031 (or 0x408031) is unknown color: approx Bilbao. HEX triplet: 40, 80 and 31. RGB value is (64,128,49). Sum of RGB (Red+Green+Blue) = 64+128+49=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #408031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408031 is #BF7FCE. Grayscale: #646464. Windows color (decimal): -12550095 or 3244096. OLE color: 3244096.

HSL color Cylindrical-coordinate representation of color #408031: hue angle of 108.61º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #408031 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB6412849-
CMYK0.500.620.50
HSL108.61º44.63%34.71%-
HSV(B)108.61º61.72%50.2%-
XYZ10.3916.755.59-
YUV99.8699.3102.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=26.56%
G=53.11%
B=20.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128490.500.620.50108.6144.6334.71
Hex4080313203E326d2d23
Octal1002006162076621555543
Binary10000001000000011000111001001111101100101101101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408031; }

 p { color: rgb(64,128,49); }

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

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

 a { background-color: rgb(64,128,49); }

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

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

 span { border-color: rgb(64,128,49); }

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