#40780D

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

Shades of Bilbao #40780D

Tints of Bilbao #40780D

Color information

#40780D (or 0x40780D) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 0D. RGB value is (64,120,13). Sum of RGB (Red+Green+Blue) = 64+120+13=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #40780D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40780D is #BF87F2. Grayscale: #5B5B5B. Windows color (decimal): -12552179 or 882752. OLE color: 882752.

HSL color Cylindrical-coordinate representation of color #40780D: hue angle of 91.4º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40780D is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB6412013-
CMYK0.4700.890.53
HSL91.4º80.45%26.08%-
HSV(B)91.4º89.17%47.06%-
XYZ8.914.552.72-
YUV91.0683.95108.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=32.49%
G=60.91%
B=6.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120130.4700.890.5391.480.4526.08
Hex4078D2F059355b501a
Octal100170155701316513312032
Binary100000011110001101101111010110011101011011011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40780D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40780D; }

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

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

<style>
 a { background-color: #40780D; }

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

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

<style>
 span { border-color: #40780D; }

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

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