#44752D

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

Shades of Bilbao #44752D

Tints of Bilbao #44752D

Color information

#44752D (or 0x44752D) is unknown color: approx Bilbao. HEX triplet: 44, 75 and 2D. RGB value is (68,117,45). Sum of RGB (Red+Green+Blue) = 68+117+45=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #44752D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44752D is #BB8AD2. Grayscale: #5E5E5E. Windows color (decimal): -12290771 or 2979140. OLE color: 2979140.

HSL color Cylindrical-coordinate representation of color #44752D: hue angle of 100.83º degrees, saturation: 0.44, 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 #44752D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB6811745-
CMYK0.4200.620.54
HSL100.83º44.44%31.76%-
HSV(B)100.83º61.54%45.88%-
XYZ9.2214.144.73-
YUV94.14100.27109.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=29.57%
G=50.87%
B=19.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68117450.4200.620.54100.8344.4431.76
Hex44752D2A03E36652c20
Octal1041655552076661455440
Binary1000100111010110110110101001111101101101100101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,117,45); }

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

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

 a { background-color: rgb(68,117,45); }

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

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

 span { border-color: rgb(68,117,45); }

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