#40740c

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

Shades of Bilbao #40740C

Tints of Bilbao #40740C

Color information

#40740C (or 0x40740C) is unknown color: approx Bilbao. HEX triplet: 40, 74 and 0C. RGB value is (64,116,12). Sum of RGB (Red+Green+Blue) = 64+116+12=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #40740C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40740C is #BF8BF3. Grayscale: #585858. Windows color (decimal): -12553204 or 816192. OLE color: 816192.

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

Color convert

RGB6411612-
CMYK0.4500.900.55
HSL90º81.25%25.1%-
HSV(B)90º89.66%45.49%-
XYZ8.4313.612.53-
YUV88.684.77110.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 60.42%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=33.33%
G=60.42%
B=6.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64116120.4500.900.559081.2525.1
Hex4074C2D05A375a5119
Octal100164145501326713212131
Binary100000011101001100101101010110101101111011010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40740c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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