#44775B

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

Shades of Como #44775B

Tints of Como #44775B

Color information

#44775B (or 0x44775B) is unknown color: approx Como. HEX triplet: 44, 77 and 5B. RGB value is (68,119,91). Sum of RGB (Red+Green+Blue) = 68+119+91=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #44775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44775B is #BB88A4. Grayscale: #646464. Windows color (decimal): -12290213 or 5994308. OLE color: 5994308.

HSL color Cylindrical-coordinate representation of color #44775B: hue angle of 147.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #44775B is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB6811991-
CMYK0.4300.240.53
HSL147.06º27.27%36.67%-
HSV(B)147.06º42.86%46.67%-
XYZ10.8715.1812.25-
YUV100.56122.6104.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 119 (46.88% from 255) = 42.81%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=24.46%
G=42.81%
B=32.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68119910.4300.240.53147.0627.2736.67
Hex44775B2B01835931b25
Octal10416713353030652233345
Binary1000100111011110110111010110110001101011001001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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