#40822D

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

Shades of Bilbao #40822D

Tints of Bilbao #40822D

Color information

#40822D (or 0x40822D) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 2D. RGB value is (64,130,45). Sum of RGB (Red+Green+Blue) = 64+130+45=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #40822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40822D is #BF7DD2. Grayscale: #646464. Windows color (decimal): -12549587 or 2982464. OLE color: 2982464.

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

Color convert

RGB6413045-
CMYK0.5100.650.49
HSL106.59º48.57%34.31%-
HSV(B)106.59º65.38%50.98%-
XYZ10.5717.245.25-
YUV100.5896.63101.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=26.78%
G=54.39%
B=18.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130450.5100.650.49106.5948.5734.31
Hex40822D33041316b3122
Octal10020255630101611536142
Binary100000010000010101101110011010000011100011101011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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