#40760B

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

Shades of Bilbao #40760B

Tints of Bilbao #40760B

Color information

#40760B (or 0x40760B) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 0B. RGB value is (64,118,11). Sum of RGB (Red+Green+Blue) = 64+118+11=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #40760B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760B is #BF89F4. Grayscale: #5A5A5A. Windows color (decimal): -12552693 or 751168. OLE color: 751168.

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

Color convert

RGB6411811-
CMYK0.4600.910.54
HSL90.28º82.95%25.29%-
HSV(B)90.28º90.68%46.27%-
XYZ8.6514.072.58-
YUV89.6683.61109.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 118 (46.48% from 255) = 61.14%
BLUE value IS 11 (4.69% from 255) = 5.70%
R=33.16%
G=61.14%
B=5.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118110.4600.910.5490.2882.9525.29
Hex4076B2E05B365a5319
Octal100166135601336613212331
Binary100000011101101011101110010110111101101011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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