#40840D

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

Shades of Bilbao #40840D

Tints of Bilbao #40840D

Color information

#40840D (or 0x40840D) is unknown color: approx Bilbao. HEX triplet: 40, 84 and 0D. RGB value is (64,132,13). Sum of RGB (Red+Green+Blue) = 64+132+13=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 132 (51.95% from 255 or 63.16% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 132 - color contains mainly: green. Hex color #40840D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40840D is #BF7BF2. Grayscale: #626262. Windows color (decimal): -12549107 or 885824. OLE color: 885824.

HSL color Cylindrical-coordinate representation of color #40840D: hue angle of 94.29º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40840D is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB6413213-
CMYK0.5200.900.48
HSL94.29º82.07%28.43%-
HSV(B)94.29º90.15%51.76%-
XYZ10.4417.623.23-
YUV98.179.97103.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 132 (51.95% from 255) = 63.16%
BLUE value IS 13 (5.47% from 255) = 6.22%
R=30.62%
G=63.16%
B=6.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64132130.5200.900.4894.2982.0728.43
Hex4084D3405A305e521c
Octal100204156401326013612234
Binary1000000100001001101110100010110101100001011110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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