#40721E

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

Shades of Bilbao #40721E

Tints of Bilbao #40721E

Color information

#40721E (or 0x40721E) is unknown color: approx Bilbao. HEX triplet: 40, 72 and 1E. RGB value is (64,114,30). Sum of RGB (Red+Green+Blue) = 64+114+30=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #40721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40721E is #BF8DE1. Grayscale: #595959. Windows color (decimal): -12553698 or 1995328. OLE color: 1995328.

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

Color convert

RGB6411430-
CMYK0.4400.740.55
HSL95.71º58.33%28.24%-
HSV(B)95.71º73.68%44.71%-
XYZ8.3713.223.34-
YUV89.4794.44109.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=30.77%
G=54.81%
B=14.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114300.4400.740.5595.7158.3328.24
Hex40721E2C04A37603a1c
Octal10016236540112671407234
Binary100000011100101111010110001001010110111110000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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