#40771D

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

Shades of Bilbao #40771D

Tints of Bilbao #40771D

Color information

#40771D (or 0x40771D) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 1D. RGB value is (64,119,29). Sum of RGB (Red+Green+Blue) = 64+119+29=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #40771D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40771D is #BF88E2. Grayscale: #5C5C5C. Windows color (decimal): -12552419 or 1931072. OLE color: 1931072.

HSL color Cylindrical-coordinate representation of color #40771D: hue angle of 96.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40771D is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB6411929-
CMYK0.4600.760.53
HSL96.67º60.81%29.02%-
HSV(B)96.67º75.63%46.67%-
XYZ8.9314.373.47-
YUV92.2992.28107.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=30.19%
G=56.13%
B=13.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119290.4600.760.5396.6760.8129.02
Hex40771D2E04C35613d1d
Octal10016735560114651417535
Binary100000011101111110110111001001100110101110000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40771D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,119,29); }

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

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

 a { background-color: rgb(64,119,29); }

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

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

 span { border-color: rgb(64,119,29); }

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