#40890F

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

Shades of Bilbao #40890F

Tints of Bilbao #40890F

Color information

#40890F (or 0x40890F) is unknown color: approx Bilbao. HEX triplet: 40, 89 and 0F. RGB value is (64,137,15). Sum of RGB (Red+Green+Blue) = 64+137+15=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #40890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40890F is #BF76F0. Grayscale: #656565. Windows color (decimal): -12547825 or 1018176. OLE color: 1018176.

HSL color Cylindrical-coordinate representation of color #40890F: hue angle of 95.9º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40890F is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB6413715-
CMYK0.5300.890.46
HSL95.9º80.26%29.8%-
HSV(B)95.9º89.05%53.73%-
XYZ11.1519.023.53-
YUV101.2679.32101.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 137 (53.91% from 255) = 63.43%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=29.63%
G=63.43%
B=6.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137150.5300.890.4695.980.2629.8
Hex4089F350592E60501e
Octal100211176501315614012036
Binary1000000100010011111110101010110011011101100000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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