#40820A

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

Shades of Bilbao #40820A

Tints of Bilbao #40820A

Color information

#40820A (or 0x40820A) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 0A. RGB value is (64,130,10). Sum of RGB (Red+Green+Blue) = 64+130+10=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 130 (51.17% from 255 or 63.73% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 130 - color contains mainly: green. Hex color #40820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40820A is #BF7DF5. Grayscale: #616161. Windows color (decimal): -12549622 or 688704. OLE color: 688704.

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

Color convert

RGB6413010-
CMYK0.5100.920.49
HSL93º85.71%27.45%-
HSV(B)93º92.31%50.98%-
XYZ10.1517.083.05-
YUV96.5979.13104.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 130 (51.17% from 255) = 63.73%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=31.37%
G=63.73%
B=4.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130100.5100.920.499385.7127.45
Hex4082A3305C315d561b
Octal100202126301346113512633
Binary1000000100000101010110011010111001100011011101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40820A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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