#40822A

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

Shades of Bilbao #40822A

Tints of Bilbao #40822A

Color information

#40822A (or 0x40822A) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 2A. RGB value is (64,130,42). Sum of RGB (Red+Green+Blue) = 64+130+42=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #40822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40822A is #BF7DD5. Grayscale: #646464. Windows color (decimal): -12549590 or 2785856. OLE color: 2785856.

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

Color convert

RGB6413042-
CMYK0.5100.680.49
HSL105º51.16%33.73%-
HSV(B)105º67.69%50.98%-
XYZ10.5117.224.96-
YUV100.2395.13102.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.12%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 42 (16.80% from 255) = 17.80%
R=27.12%
G=55.08%
B=17.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130420.5100.680.4910551.1633.73
Hex40822A3304431693322
Octal10020252630104611516342
Binary100000010000010101010110011010001001100011101001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40822A; }

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

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

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

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

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

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

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

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