#40781E

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

Shades of Bilbao #40781E

Tints of Bilbao #40781E

Color information

#40781E (or 0x40781E) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 1E. RGB value is (64,120,30). Sum of RGB (Red+Green+Blue) = 64+120+30=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #40781E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40781E is #BF87E1. Grayscale: #5D5D5D. Windows color (decimal): -12552162 or 1996864. OLE color: 1996864.

HSL color Cylindrical-coordinate representation of color #40781E: hue angle of 97.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40781E is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB6412030-
CMYK0.4700.750.53
HSL97.33º60%29.41%-
HSV(B)97.33º75%47.06%-
XYZ9.0714.623.57-
YUV9392.45107.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.91%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=29.91%
G=56.07%
B=14.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120300.4700.750.5397.336029.41
Hex40781E2F04B35613c1d
Octal10017036570113651417435
Binary100000011110001111010111101001011110101110000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40781E; }

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

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

<style>
 a { background-color: #40781E; }

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

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

<style>
 span { border-color: #40781E; }

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

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