#40792D

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

Shades of Bilbao #40792D

Tints of Bilbao #40792D

Color information

#40792D (or 0x40792D) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 2D. RGB value is (64,121,45). Sum of RGB (Red+Green+Blue) = 64+121+45=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #40792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40792D is #BF86D2. Grayscale: #5F5F5F. Windows color (decimal): -12551891 or 2980160. OLE color: 2980160.

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

Color convert

RGB6412145-
CMYK0.4700.630.53
HSL105º45.78%32.55%-
HSV(B)105º62.81%47.45%-
XYZ9.4314.954.87-
YUV95.2999.62105.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=27.83%
G=52.61%
B=19.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121450.4700.630.5310545.7832.55
Hex40792D2F03F35692e21
Octal1001715557077651515641
Binary1000000111100110110110111101111111101011101001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,121,45); }

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

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

 a { background-color: rgb(64,121,45); }

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

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

 span { border-color: rgb(64,121,45); }

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