#40760F

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

Shades of Bilbao #40760F

Tints of Bilbao #40760F

Color information

#40760F (or 0x40760F) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 0F. RGB value is (64,118,15). Sum of RGB (Red+Green+Blue) = 64+118+15=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #40760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760F is #BF89F0. Grayscale: #5A5A5A. Windows color (decimal): -12552689 or 1013312. OLE color: 1013312.

HSL color Cylindrical-coordinate representation of color #40760F: hue angle of 91.46º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40760F is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB6411815-
CMYK0.4600.870.54
HSL91.46º77.44%26.08%-
HSV(B)91.46º87.29%46.27%-
XYZ8.6814.082.71-
YUV90.1185.61109.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=32.49%
G=59.90%
B=7.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118150.4600.870.5491.4677.4426.08
Hex4076F2E057365b4d1a
Octal100166175601276613311532
Binary100000011101101111101110010101111101101011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40760F; }

 p { color: rgb(64,118,15); }

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

<style>
 a { background-color: #40760F; }

 a { background-color: rgb(64,118,15); }

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

<style>
 span { border-color: #40760F; }

 span { border-color: rgb(64,118,15); }

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