#44772C

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

Shades of Bilbao #44772C

Tints of Bilbao #44772C

Color information

#44772C (or 0x44772C) is unknown color: approx Bilbao. HEX triplet: 44, 77 and 2C. RGB value is (68,119,44). Sum of RGB (Red+Green+Blue) = 68+119+44=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #44772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44772C is #BB88D3. Grayscale: #5F5F5F. Windows color (decimal): -12290260 or 2914116. OLE color: 2914116.

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

Color convert

RGB6811944-
CMYK0.4300.630.53
HSL100.8º46.01%31.96%-
HSV(B)100.8º63.03%46.67%-
XYZ9.4414.64.7-
YUV95.299.1108.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 119 (46.88% from 255) = 51.52%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=29.44%
G=51.52%
B=19.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119440.4300.630.53100.846.0131.96
Hex44772C2B03F35652e20
Octal1041675453077651455640
Binary1000100111011110110010101101111111101011100101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,119,44); }

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

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

 a { background-color: rgb(68,119,44); }

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

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

 span { border-color: rgb(68,119,44); }

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