#40782B

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

Shades of Bilbao #40782B

Tints of Bilbao #40782B

Color information

#40782B (or 0x40782B) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 2B. RGB value is (64,120,43). Sum of RGB (Red+Green+Blue) = 64+120+43=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #40782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40782B is #BF87D4. Grayscale: #5E5E5E. Windows color (decimal): -12552149 or 2848832. OLE color: 2848832.

HSL color Cylindrical-coordinate representation of color #40782B: hue angle of 103.64º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40782B is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB6412043-
CMYK0.4700.640.53
HSL103.64º47.24%31.96%-
HSV(B)103.64º64.17%47.06%-
XYZ9.2714.74.63-
YUV94.4898.95106.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 120 (47.27% from 255) = 52.86%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=28.19%
G=52.86%
B=18.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120430.4700.640.53103.6447.2431.96
Hex40782B2F04035682f20
Octal10017053570100651505740
Binary10000001111000101011101111010000001101011101000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40782B; }

 p { color: rgb(64,120,43); }

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

<style>
 a { background-color: #40782B; }

 a { background-color: rgb(64,120,43); }

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

<style>
 span { border-color: #40782B; }

 span { border-color: rgb(64,120,43); }

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