#40801F

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

Shades of Bilbao #40801F

Tints of Bilbao #40801F

Color information

#40801F (or 0x40801F) is unknown color: approx Bilbao. HEX triplet: 40, 80 and 1F. RGB value is (64,128,31). Sum of RGB (Red+Green+Blue) = 64+128+31=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 128 (50.39% from 255 or 57.40% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 128 - color contains mainly: green. Hex color #40801F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40801F is #BF7FE0. Grayscale: #626262. Windows color (decimal): -12550113 or 2064448. OLE color: 2064448.

HSL color Cylindrical-coordinate representation of color #40801F: hue angle of 99.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40801F is Cyan = 0.5, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB6412831-
CMYK0.500.760.50
HSL99.59º61.01%31.18%-
HSV(B)99.59º75.78%50.2%-
XYZ10.0816.633.97-
YUV97.8190.3103.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.70%
GREEN value IS 128 (50.39% from 255) = 57.40%
BLUE value IS 31 (12.5% from 255) = 13.90%
R=28.70%
G=57.40%
B=13.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64128310.500.760.5099.5961.0131.18
Hex40801F3204C32643d1f
Octal10020037620114621447537
Binary1000000100000001111111001001001100110010110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40801F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40801F; }

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

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

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

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

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

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

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

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