#40721F

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

Shades of Bilbao #40721F

Tints of Bilbao #40721F

Color information

#40721F (or 0x40721F) is unknown color: approx Bilbao. HEX triplet: 40, 72 and 1F. RGB value is (64,114,31). Sum of RGB (Red+Green+Blue) = 64+114+31=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #40721F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40721F is #BF8DE0. Grayscale: #595959. Windows color (decimal): -12553697 or 2060864. OLE color: 2060864.

HSL color Cylindrical-coordinate representation of color #40721F: hue angle of 96.14º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40721F is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB6411431-
CMYK0.4400.730.55
HSL96.14º57.24%28.43%-
HSV(B)96.14º72.81%44.71%-
XYZ8.3813.223.41-
YUV89.5994.94109.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 114 (44.92% from 255) = 54.55%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=30.62%
G=54.55%
B=14.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114310.4400.730.5596.1457.2428.43
Hex40721F2C0493760391c
Octal10016237540111671407134
Binary100000011100101111110110001001001110111110000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40721F; }

 p { color: rgb(64,114,31); }

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

<style>
 a { background-color: #40721F; }

 a { background-color: rgb(64,114,31); }

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

<style>
 span { border-color: #40721F; }

 span { border-color: rgb(64,114,31); }

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