#40890A

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

Shades of Bilbao #40890A

Tints of Bilbao #40890A

Color information

#40890A (or 0x40890A) is unknown color: approx Bilbao. HEX triplet: 40, 89 and 0A. RGB value is (64,137,10). Sum of RGB (Red+Green+Blue) = 64+137+10=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #40890A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40890A is #BF76F5. Grayscale: #656565. Windows color (decimal): -12547830 or 690496. OLE color: 690496.

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

Color convert

RGB6413710-
CMYK0.5300.930.46
HSL94.49º86.39%28.82%-
HSV(B)94.49º92.7%53.73%-
XYZ11.11193.37-
YUV100.776.82101.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 137 (53.91% from 255) = 64.93%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=30.33%
G=64.93%
B=4.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64137100.5300.930.4694.4986.3928.82
Hex4089A3505D2E5e561d
Octal100211126501355613612635
Binary1000000100010011010110101010111011011101011110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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