#40722B

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

Shades of Bilbao #40722B

Tints of Bilbao #40722B

Color information

#40722B (or 0x40722B) is unknown color: approx Bilbao. HEX triplet: 40, 72 and 2B. RGB value is (64,114,43). Sum of RGB (Red+Green+Blue) = 64+114+43=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #40722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40722B is #BF8DD4. Grayscale: #5B5B5B. Windows color (decimal): -12553685 or 2847296. OLE color: 2847296.

HSL color Cylindrical-coordinate representation of color #40722B: hue angle of 102.25º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40722B is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB6411443-
CMYK0.4400.620.55
HSL102.25º45.22%30.78%-
HSV(B)102.25º62.28%44.71%-
XYZ8.5713.34.4-
YUV90.96100.94108.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 114 (44.92% from 255) = 51.58%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=28.96%
G=51.58%
B=19.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114430.4400.620.55102.2545.2230.78
Hex40722B2C03E37662d1f
Octal1001625354076671465537
Binary100000011100101010111011000111110110111110011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40722B; }

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

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

<style>
 a { background-color: #40722B; }

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

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

<style>
 span { border-color: #40722B; }

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

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