#40760A

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

Shades of Bilbao #40760A

Tints of Bilbao #40760A

Color information

#40760A (or 0x40760A) is unknown color: approx Bilbao. HEX triplet: 40, 76 and 0A. RGB value is (64,118,10). Sum of RGB (Red+Green+Blue) = 64+118+10=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #40760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40760A is #BF89F5. Grayscale: #595959. Windows color (decimal): -12552694 or 685632. OLE color: 685632.

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

Color convert

RGB6411810-
CMYK0.4600.920.54
HSL90º84.38%25.1%-
HSV(B)90º91.53%46.27%-
XYZ8.6514.072.55-
YUV89.5483.11109.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 10 (4.30% from 255) = 5.21%
R=33.33%
G=61.46%
B=5.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64118100.4600.920.549084.3825.1
Hex4076A2E05C365a5419
Octal100166125601346613212431
Binary100000011101101010101110010111001101101011010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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