#40752C

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

Shades of Bilbao #40752C

Tints of Bilbao #40752C

Color information

#40752C (or 0x40752C) is unknown color: approx Bilbao. HEX triplet: 40, 75 and 2C. RGB value is (64,117,44). Sum of RGB (Red+Green+Blue) = 64+117+44=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #40752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40752C is #BF8AD3. Grayscale: #5D5D5D. Windows color (decimal): -12552916 or 2913600. OLE color: 2913600.

HSL color Cylindrical-coordinate representation of color #40752C: hue angle of 103.56º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40752C is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB6411744-
CMYK0.4500.620.54
HSL103.56º45.34%31.57%-
HSV(B)103.56º62.39%45.88%-
XYZ8.9313.994.61-
YUV92.83100.44107.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=28.44%
G=52%
B=19.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64117440.4500.620.54103.5645.3431.57
Hex40752C2D03E36682d20
Octal1001655455076661505540
Binary1000000111010110110010110101111101101101101000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40752C; }

 p { color: rgb(64,117,44); }

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

<style>
 a { background-color: #40752C; }

 a { background-color: rgb(64,117,44); }

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

<style>
 span { border-color: #40752C; }

 span { border-color: rgb(64,117,44); }

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