#40740B

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

Shades of Bilbao #40740B

Tints of Bilbao #40740B

Color information

#40740B (or 0x40740B) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 0B. RGB value is (64,116,11). Sum of RGB (Red+Green+Blue) = 64+116+11=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #40740B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40740B is #BF8BF4. Grayscale: #585858. Windows color (decimal): -12553205 or 750656. OLE color: 750656.

HSL color Cylindrical-coordinate representation of color #40740B: hue angle of 89.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40740B is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB6411611-
CMYK0.4500.910.55
HSL89.71º82.68%24.9%-
HSV(B)89.71º90.52%45.49%-
XYZ8.4213.62.5-
YUV88.4884.27110.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 11 (4.69% from 255) = 5.76%
R=33.51%
G=60.73%
B=5.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116110.4500.910.5589.7182.6824.9
Hex4074B2D05B375a5319
Octal100164135501336713212331
Binary100000011101001011101101010110111101111011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40740B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40740B; }

 p { color: rgb(64,116,11); }

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

<style>
 a { background-color: #40740B; }

 a { background-color: rgb(64,116,11); }

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

<style>
 span { border-color: #40740B; }

 span { border-color: rgb(64,116,11); }

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