#40840E

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

Shades of Bilbao #40840E

Tints of Bilbao #40840E

Color information

#40840E (or 0x40840E) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 0E. RGB value is (64,132,14). Sum of RGB (Red+Green+Blue) = 64+132+14=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 132 (51.95% from 255 or 62.86% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 132 - color contains mainly: green. Hex color #40840E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40840E is #BF7BF1. Grayscale: #626262. Windows color (decimal): -12549106 or 951360. OLE color: 951360.

HSL color Cylindrical-coordinate representation of color #40840E: hue angle of 94.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40840E is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB6413214-
CMYK0.5200.890.48
HSL94.58º80.82%28.63%-
HSV(B)94.58º89.39%51.76%-
XYZ10.4417.623.27-
YUV98.2280.47103.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 132 (51.95% from 255) = 62.86%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=30.48%
G=62.86%
B=6.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132140.5200.890.4894.5880.8228.63
Hex4084E34059305f511d
Octal100204166401316013712135
Binary1000000100001001110110100010110011100001011111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40840E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,132,14); }

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

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

 a { background-color: rgb(64,132,14); }

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

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

 span { border-color: rgb(64,132,14); }

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