#41820E

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

Shades of Bilbao #41820E

Tints of Bilbao #41820E

Color information

#41820E (or 0x41820E) is unknown color: approx Bilbao. HEX triplet: 41, 82 and 0E. RGB value is (65,130,14). Sum of RGB (Red+Green+Blue) = 65+130+14=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #41820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41820E is #BE7DF1. Grayscale: #616161. Windows color (decimal): -12484082 or 950849. OLE color: 950849.

HSL color Cylindrical-coordinate representation of color #41820E: hue angle of 93.62º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41820E is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB6513014-
CMYK0.5000.890.49
HSL93.62º80.56%28.24%-
HSV(B)93.62º89.23%50.98%-
XYZ10.2417.123.18-
YUV97.3480.97104.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 130 (51.17% from 255) = 62.20%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=31.10%
G=62.20%
B=6.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65130140.5000.890.4993.6280.5628.24
Hex4182E32059315e511c
Octal101202166201316113612134
Binary1000001100000101110110010010110011100011011110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41820E; }

 p { color: rgb(65,130,14); }

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

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

 a { background-color: rgb(65,130,14); }

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

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

 span { border-color: rgb(65,130,14); }

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