#40761E

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

Shades of Bilbao #40761E

Tints of Bilbao #40761E

Color information

#40761E (or 0x40761E) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 1E. RGB value is (64,118,30). Sum of RGB (Red+Green+Blue) = 64+118+30=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #40761E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40761E is #BF89E1. Grayscale: #5C5C5C. Windows color (decimal): -12552674 or 1996352. OLE color: 1996352.

HSL color Cylindrical-coordinate representation of color #40761E: hue angle of 96.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40761E is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB6411830-
CMYK0.4600.750.54
HSL96.82º59.46%29.02%-
HSV(B)96.82º74.58%46.27%-
XYZ8.8314.143.49-
YUV91.8293.11108.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=30.19%
G=55.66%
B=14.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118300.4600.750.5496.8259.4629.02
Hex40761E2E04B36613b1d
Octal10016636560113661417335
Binary100000011101101111010111001001011110110110000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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